Re: How to check out a project based on commit time rather than rev?
From: Bo Berglund <bo.berglund_at_gmail.com>
Date: Sat, 19 May 2018 00:01:45 +0200
On Fri, 18 May 2018 15:36:02 -0500, Dane Kantner
> svn log -v -r {2012-05-06}:{2017-01-01} <URL to server side directory> is
Thanks, I used this in a WC:
So now I know what has happened and I found the revision numbers for
Now my problem is in finding the correct svn command to restore the
I have googled a lot tonight and read the svnbook too but I am none
svn merge -c 4308:HEAD .
svn merge -r 4308:HEAD .
svn merge -r 4309:HEAD .
svn merge -c COMMITTED:PREV .
Questions:
2) Which order of revision numbers?
3) What to do to restore to two revisions back?
-- Bo Berglund Developer in SwedenReceived on 2018-05-19 00:02:03 CEST |
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.