Re: svn merge problem

2006-05-17 Thread Nicola Larosa (tekNico)
> I can't find it now, but I recall reading on the Mercurial site that it > doesn't support versioning directories, which seems like an awful step > back into cvs-land. Maybe I misunderstood? Directory versioning is obviously supported. There are some limits on renaming: http://www.selenic.com/p

Re: svn merge problem

2006-05-17 Thread [EMAIL PROTECTED]
I've had good luck using the svnmerge.py script in svn contrib: http://svn.collab.net/repos/svn/trunk/contrib/client-side/svnmerge.py It makes branch and merge management *almost* as reasonable as it is with a branch-centric system like bzr. I can't find it now, but I recall reading on the Merc

Re: svn merge problem

2006-05-17 Thread Daniel Ericsson
On 17 maj 2006, at 12.45, Michael Radziej wrote: > Nicola Larosa (tekNico) wrote: > >>> /me makes another note to spend some serious time with BZR... >> >> Try spending some time with Mercurial, too. It's simpler, smaller and >> faster than Bazaar-NG, while also being written in Python, with a >>

Re: svn merge problem

2006-05-17 Thread Michael Radziej
Nicola Larosa (tekNico) wrote: >> /me makes another note to spend some serious time with BZR... > > Try spending some time with Mercurial, too. It's simpler, smaller and > faster than Bazaar-NG, while also being written in Python, with a > little C. Hmm. I'm using git for django. There's a tool

Re: svn merge problem

2006-05-16 Thread Nicola Larosa (tekNico)
> /me makes another note to spend some serious time with BZR... Try spending some time with Mercurial, too. It's simpler, smaller and faster than Bazaar-NG, while also being written in Python, with a little C. -- Nicola Larosa - http://www.tekNico.net --~--~-~--~~~

Re: svn merge problem

2006-05-16 Thread Jacob Kaplan-Moss
On May 16, 2006, at 3:37 PM, [EMAIL PROTECTED] wrote: > Bizzaro-tastic! Spent half of the morning trying to figure this out. I > finally just blew away the branch, got a fresh checkout, and Ta Da! > > /ME grumbles something about svn, makes a note, and goes back to work Oh man have I ever been th

Re: svn merge problem

2006-05-16 Thread [EMAIL PROTECTED]
Bizzaro-tastic! Spent half of the morning trying to figure this out. I finally just blew away the branch, got a fresh checkout, and Ta Da! /ME grumbles something about svn, makes a note, and goes back to work Joseph --~--~-~--~~~---~--~~ You received this messag

svn merge problem

2006-05-16 Thread Joseph Kocherhans
I'm trying to merge changes from the trunk into the multi-auth branch. svn merge --dry-run -r 2892:HEAD http://code.djangoproject.org/svn/django/trunk works fine, but when I try to do it for real: svn merge -r 2892:HEAD http://code.djangoproject.org/svn/django/trunk svn barfs with the