Parallel checkout within checkout

2013-07-06 Thread Frank Loeffler
ome_repo 2. interrupt during checkout (control-Z) 3. cd into new (partial) checkout 4. svn co some_other_repo thanks, Frank Loeffler signature.asc Description: Digital signature

Re: Parallel checkout within checkout

2013-07-07 Thread Frank Loeffler
Hi, On Sun, Jul 07, 2013 at 05:44:24PM +0200, Stefan Sperling wrote: > You mean "working copy" (the copy being checked out), not "repository" > (the database we check out from). I do, I am sorry for my lax words. > I would argue that you were relying on an implementation detail. > Nowhere does t

Re: Parallel checkout within checkout

2013-07-07 Thread Frank Loeffler
On Sun, Jul 07, 2013 at 06:34:09PM +0200, Stefan Sperling wrote: > By design, there are many cases where the working copy code ends up > searching the directory hierarchy upwards for a wc.db database in > a .svn directory. Does it stop once it finds one, or does it continue to search further up? I

Re: Parallel checkout within checkout

2013-07-08 Thread Frank Loeffler
Hi Stefan On Mon, Jul 08, 2013 at 11:18:15PM +0200, Stefan Sperling wrote: > This patch is sufficient to make it work in my testing. > Can you confirm? I can. Thanks a lot! I downloaded the source of 1.8.0 and compiled that (Debian Wheezy plus a new copy of serf because I wanted to test using ht