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

Re: Create branch with a particular date??

From: Ryan Schmidt <subversion-2008c_at_ryandesign.com>
Date: Thu, 6 Nov 2008 05:19:05 -0600

On Nov 6, 2008, at 05:09, vinay i wrote:

> I was referring to the svnbook w.r.t branches. I didn't find any
> options for "copy" to create branches based on a date/timestamp. Is
> there a way to do it?

svn copy -r{date} url://to/trunk url://to/branches/new-branch-name

will copy trunk to branches/new-branch-name in your repository as of
the revision before the date and time specified by {date}. Note that
this revision may not have occurred on that date (it might be a day
or more early).

http://svnbook.red-bean.com/en/1.5/
svn.tour.revs.specifiers.html#svn.tour.revs.dates

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-11-06 12:19:35 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.