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 directories are just file-system > > > copies of foo which I made in order to do some tests while keeping the > > > relation to lib_bar. Theoretically, they should be independent roots of > > > separate WCs, right? However, while running update on either foo-test, it > > > seems that the projects > > > > Have you tried both 'cd projects; svn up foo-test-1' and 'cd > > projects/foo-test-1; svn up'? > > According to the TSVN mailinglist, it always uses full paths: > > svn update c:\projects\foo-test-1 >
You could try the 'cd foo-test-1 && svn.exe up' syntax (using the cmdline client). I'm not sure whether or not that syntax will take a lock on the parent dir. > Uli >