Re: update locking unrelated parent directory

2010-11-25 Thread Daniel Shahaf
Ulrich Eckhardt wrote on Thu, Nov 25, 2010 at 14:34:19 +0100: > On Thursday 25 November 2010, Daniel Shahaf wrote: > > Ulrich Eckhardt wrote on Thu, Nov 25, 2010 at 09:38:25 +0100: > > > Now, what makes this special is that in the repository, the marked > > > foo-test directories don't exist. These

Re: update locking unrelated parent directory

2010-11-25 Thread Ulrich Eckhardt
On Thursday 25 November 2010, Daniel Shahaf wrote: > Ulrich Eckhardt wrote on Thu, Nov 25, 2010 at 09:38:25 +0100: > > Now, what makes this special is that in the repository, the marked > > foo-test directories don't exist. These directories are just file-system > > copies of foo which I made in or

Re: update locking unrelated parent directory

2010-11-25 Thread Ulrich Eckhardt
On Thursday 25 November 2010, Daniel Shahaf wrote: > Have you tried both 'cd projects; svn up foo-test-1' and 'cd > projects/foo-test-1; svn up'? Neither, just right-clicking on the folder and selecting TortoiseSVN->Update. ;) I'll try to find out which SVN equivalent that is. > > I also thought

Re: update locking unrelated parent directory

2010-11-25 Thread Daniel Shahaf
Ulrich Eckhardt wrote on Thu, Nov 25, 2010 at 09:38:25 +0100: > Greetings! > > I have a scenario where I can't update a working copy while an update on an > unrelated other working copy is in progress. The directory structure looks > like this: > > projects/ > foo > foo-test-1 * >

update locking unrelated parent directory

2010-11-25 Thread Ulrich Eckhardt
Greetings! I have a scenario where I can't update a working copy while an update on an unrelated other working copy is in progress. The directory structure looks like this: projects/ foo foo-test-1 * foo-test-2 * lib_bar Now, what makes this special is that in the rep