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

Re: Can't copy from a deleted branch

From: Ryan Schmidt <subversion-2006c_at_ryandesign.com>
Date: 2006-07-19 18:09:15 CEST

On Jul 19, 2006, at 18:02, Peter Kahn wrote:

>>> In r100 I created the branch foo
>>> In r110 I deleted the branch foo
>>> In r111 I recreated the branch foo
>>>
>>> Now, I can access history from r100-r109 for the branch foo, but I
>>> cannot cat or copy from the branch foo in that range. I was
>>> under the >
>>> impression that I should be able to do so.
>>>
>>> am I missing something?
>>
>> svn log foo@100
>>
>> And read up on 'Peg and Operative Revisions' in the Advanced Topics
>> chapter in the svn book.
>
> By using the -r I am specifing the revision. It should be the same
> as the @ shouldn't it?
>
> A merge specifiying the range also fails.
> svn merge -r101:103 svn:.... workspace

By using -r you are specifying the operative revision, but you need
to be specifying the peg revision. The difference is explained here:

http://svnbook.red-bean.com/en/1.2/svn.advanced.pegrevs.html

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jul 19 18:11:08 2006

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.