Re: Switching branches (was "Schema Evolution code")

2006-12-15 Thread Waylan Limberg
On 12/15/06, Adrian Holovaty <[EMAIL PROTECTED]> wrote: > > On 12/15/06, Waylan Limberg <[EMAIL PROTECTED]> wrote: > > No mention of the cross-platform path files? I would say they are > > easier to edit (comment/uncomment a line in a file) than symlink and > > as they are a python feature (not an

Re: Switching branches (was "Schema Evolution code")

2006-12-15 Thread Adrian Holovaty
On 12/15/06, Waylan Limberg <[EMAIL PROTECTED]> wrote: > No mention of the cross-platform path files? I would say they are > easier to edit (comment/uncomment a line in a file) than symlink and > as they are a python feature (not an OS feature) they work on any OS. Hey Waylan, A patch to the doc

Re: Switching branches (was "Schema Evolution code")

2006-12-15 Thread Waylan Limberg
On 12/14/06, Adrian Holovaty <[EMAIL PROTECTED]> wrote: > > I've added some more instructions to the "Using branches" part of our > documentation. Let me know if this helps. > > http://www.djangoproject.com/documentation/contributing/#using-branches > > Adrian > No mention of the cross-platform p

Re: Switching branches (was "Schema Evolution code")

2006-12-14 Thread Tim Chase
>> Are there any "best practices" tips for swapping among them for >> testing/experimenting? Preferably without causing /too/ much >> damage. :) > > Hey Tim, > > I've added some more instructions to the "Using branches" part of our > documentation. Let me know if this helps. > > http://www.dja

Re: Switching branches (was "Schema Evolution code")

2006-12-14 Thread Adrian Holovaty
On 12/14/06, Tim Chase <[EMAIL PROTECTED]> wrote: > Now I'd like to toy with both the Schema Evolution and the > row-level user privs branches. > > Are there any "best practices" tips for swapping among them for > testing/experimenting? Preferably without causing /too/ much > damage. :) Hey Tim,

Re: Re: Switching branches (was "Schema Evolution code")

2006-12-14 Thread James Bennett
On 12/14/06, Tim Chase <[EMAIL PROTECTED]> wrote: > Are there any "best practices" tips for swapping among them for > testing/experimenting? Preferably without causing /too/ much > damage. :) I can only speak to Unix-based systems, but what I've done with lots of things of this nature is write a

Re: Switching branches (was "Schema Evolution code")

2006-12-14 Thread Tim Chase
> If you don't use Schema Evolution, you shouldn't be affected." > > I'd really like to try it, but I don't have time to keep up to date with > two branches. Early on, I naively just did the generic install of Django which put it in the usual system-wide place. Now I'd like to toy with both th