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

Re: export by revision if removed

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2005-08-26 15:08:11 CEST

On Aug 26, 2005, at 8:00 AM, ilejncs wrote:
>
> d:\tmp>svn export -r 10 file:///d:/repos_vss2svn/branch/testbranch/
> test/file_to_change
> svn: File not found: revision 17, path '/branch/testbranch/test/
> file_to_change'

The command you typed is equivalent to

     svn export -r 10 URL@HEAD

... and in this case, URL@HEAD doesn't exist. What you want is

     svn export URL@10

Please read about peg-revisions in the book:

    http://svnbook.red-bean.com/nightly/en/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 Fri Aug 26 15:14:01 2005

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.