[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: update locking unrelated parent directory

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Fri, 26 Nov 2010 07:24:22 +0200

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
>
Received on 2010-11-26 06:26:10 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.