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

Specifying Branch/Tag and Revision

From: Rush Manbert <rush_at_manbert.com>
Date: 2007-11-20 19:47:03 CET

I have svn copied trunk to branches/myTestBranch, which created revision
706 in my repository. I then tried this checkout:

svn co svn+ssh://repos/base/branches/myTestBranch ~/myTestCheckout
--revision 700

The checkout completes and I do this:

svn info ~/myTestCheckout

and I see that the URL for the working copy is

svn+ssh://repos/base/trunk

I can understand why specifying revision 700 could trace back through
the branch copy to the trunk. I assume the behavior would be the same
for my tags directory tree.

My question is this: Is this the expected behavior? My expectation was
that this would fail because the branch doesn't exist in revisions prior
to 706, so I was surprised by what I saw.

TIA,
Rush

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Nov 20 19:48:18 2007

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.