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

repo structure change and external definitons

From: Schroeder, Hartmut <Hartmut.Schroeder_at_plath.de>
Date: Wed, 24 Nov 2010 12:00:23 +0100

Hi,

say,
svn list http://server/repo/trunk/a/b/c
gives:
d/
in revision 100.

Then:
svn del http://server/repo/trunk/a/b/c/d
(r101)

Then, the checkout
svn co -p 100 http://server/repo/trunk/a/b/c/d
won't work, but with the peg revision
svn co http://server/repo/trunk/a/b/c/d@100
it does.

All external definitons using '-p 100 http://server/repo/trunk/a/b/c/d'
won't work anymore and need to be changed. That leeds to heavy
discussions cause some teams here using a lot of external definitons and
run into that problem.

We are using Subversion 1.5.5

Does a reason exist for that behaviour?
Is it a point of change in upcoming releases?
Is there a nice workaround?
Or, is the only solution to use always peg revisions in external
definitions?

Thanks.

Regards
Hartmut
Received on 2010-11-24 12:01:53 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.