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

Re: Bug with svn:externals dir -r +Receipe

From: C.A.T.Magic <c.a.t.magic_at_gmx.at>
Date: 2004-03-29 20:31:54 CEST

C.A.T.Magic wrote:

>
> Hi,
>
> I encountered a problem with
> versioned svn:externals .. -r<n>
> properties.
> if the revision of the externals is changed
> svn up -r<m> fails
> the first time but succeeds the second time.
> (and TSVN seems to fail every time)
>
> here is -a- simple production receipe using folders,
> although the same error happens when using files:
>
>
>
> # rmdir /s/q Repos1
> # rmdir /s/q Repos2
> # rmdir /s/q Work
>
> svnadmin create Repos1
> svnadmin create Repos2
>
> svn mkdir -m "" file:///X:/SVNSandbox/SVNChecker/Repos1/extA
> svn mkdir -m "" file:///X:/SVNSandbox/SVNChecker/Repos1/extA/extB
> svn mkdir -m "" file:///X:/SVNSandbox/SVNChecker/Repos1/extA/extB/extC1
> svn mkdir -m "" file:///X:/SVNSandbox/SVNChecker/Repos1/extA/extB/extC2
> svn mkdir -m "" file:///X:/SVNSandbox/SVNChecker/Repos2/dirA
>
> mkdir Work
> cd Work
> svn co file:///X:/SVNSandbox/SVNChecker/Repos2 .
> svn propset svn:externals "ext -r3
> file:///X:/SVNSandbox/SVNChecker/Repos1/extA" dirA
> svn ci -m ""
> svn up
> svn propset svn:externals "ext -r4
> file:///X:/SVNSandbox/SVNChecker/Repos1/extA" dirA
> svn ci -m ""
> svn up
>
> echo .
> echo -- this fails with " svn: Working copy 'dirA/ext/extB' not locked "
> svn up -r 2
>
> echo .
> echo -- second time it seems to work
> svn up -r 2
>
> cd ..
>
>
>
> A search in the issue tracker for "externals" did not
> show up any similar issues on the case,
> but this new issue would probably also block solving
> issue/feature #1258.
>
>
> thanks
> :-)
> c.a.t.
>

sorry for nagging, but did anybody read this?
:-)

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Mar 29 20:31:04 2004

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.