On 15 Aug 2006, at 20:52, [EMAIL PROTECTED] wrote:
> I was wondering if someone could tell me how they store the django
> project in subversion. I am moving a php project I have already  
> written
> to django and I want to open source this project. So I am trying to
> figure out the best way to store my project in a subversion  
> repository.
>
>
> Anything would be helpfull. even if you just expalin how you store  
> your
> project in cvs or subversion.

Howdy,

At my office we store all of our projects in separate subversion  
repos, we put everything from the project directory up, in which  
seems like the obvious thing to do.

When we finish development, or at least tag as version 1.0, we add an  
svn:externals property to repo so that we're using the correct  
version of Django (and often our own repo of common code (CMS etc))  
that was used by the original developer.

Hope that helps, John.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to