Hi,

to be sure that all your code is into the repo try with git status and
check if all the files are tracked.
Then with git add NAME you can track a single file,  a folder or a set of
file and folder. With git add . you can track all the files.

Eugenio

On Fri, May 4, 2012 at 3:46 PM, Stanwin Siow <stanwin.kts...@gmail.com>wrote:

> Thanks everyone for the replies.
>
> Reason why i'm asking was because after the migration it seemed that my
> django registration module was not picked up.
>
> Hence login and registration are now unavailable.
>
> Was looking at all ways to resolve it.
>
> Shall dig deeper.
>
> Thanks!
>
>
>  Best Regards,
>
> Stanwin Siow
>
>
>
> On May 4, 2012, at 11:55 AM, Rivsen wrote:
>
> hi Stanwin,
>
> I think git is tool to manage your code, no matter it is python or php or
> etc.
>
> Migrate code from svn to git, you just make sure your svn commit log is
> right in git repo.
>
> And if you just want use git in your development, don't care the remote is
> svn or git, you can try git-svn, this is a great tool for git clone and
> manage svn repo!
>
> Best regards,
>
> Rivsen
>
> 2012/5/4 Stanwin Siow <stanwin.kts...@gmail.com>
>
>> Hello there,
>>
>> Just wanted to enquire about a project that i have been working on.
>>
>> It was previously hosted on an svn repository however my supervisor then
>> decided to migrate it to GIT.
>>
>> my question here would be do i need to reinstall the external modules
>> that i used in my django project like django-registration and django-paypal
>> in GIT?
>>
>> Or would the functionalities be the same?
>>
>> I'm asking this is because i discovered a break in the program after the
>> migration.
>>
>> Any help or advice is appreciated.
>>
>> Thanks in advance!
>>
>>
>>
>>  Best Regards,
>>
>> Stanwin Siow
>>
>>
>>
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Django users" group.
>> To post to this group, send email to django-users@googlegroups.com.
>> To unsubscribe from this group, send email to
>> django-users+unsubscr...@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/django-users?hl=en.
>>
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To post to this group, send email to django-users@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To post to this group, send email to django-users@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to