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

Re: Is it possible to browser a certain srelease of a svn repository?

From: Brian Denny <brian_at_briandenny.net>
Date: 2003-05-05 22:41:56 CEST

On Mon, May 05, 2003 at 12:03:28PM +0200, Walter Strametz wrote:
> Hi all,
>
> Im using SVN over http and sometimes I want to know the content of a
> file with an older version, but I dont want
> to make a svn co -R
>
> Is it possible to web-browse a special release? I think of something
> like this:
>
> Eg if the URL of the actual release is
> https://mysvn/svn/trunk
> the browsing of the 1011 release could start at:
> https://mysvn/svn/r1011/trunk ...
 
make a tag of the revision you want to browse.

  svn cp https://mysvn/svn/trunk@REV https://mysvn/svn/tags/r1011

it sounds like a heavyweight solution, but since tags are so fast and
cheap in subversion, it's actually quite painless.

-brian

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon May 5 22:39:19 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.