You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@perl.apache.org by Stas Bekman <st...@stason.org> on 2005/02/12 03:38:03 UTC

how do I check out svn for a certain date?

I've read:
http://svnbook.red-bean.com/en/1.0/svn-book.html#svn-ch-9-sect-1.2-re-checkout
http://svnbook.red-bean.com/en/1.0/svn-book.html#svn-ch-3-sect-3.3

and I've tried all kind of variations of the checkout command, but it 
keeps giving me the latest svn rather than from the date I ask it for. 
Anybody has a better luck with it?

I've tried:

svn checkout https://svn.apache.org/repos/asf/perl/modperl/trunk/ 
--revision '{2004-12-12 12:00}' mp2-xxx

and others:
--revision '{2004-12-12}'
--revision {"2004-12-12"}
--revision {"20041212"}

and a bunch of others. I must be missing something, but svn is not really 
helpful it silently ignoring my request.

Ideas?

-- 
__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:stas@stason.org http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org


Re: how do I check out svn for a certain date?

Posted by Stas Bekman <st...@stason.org>.
moreover, doing:

svn checkout https://svn.apache.org/repos/asf/perl/modperl/trunk/ 
--revision '{2004-12-12 12:00}' mp2-xxx

fails on A-T:

Fetching external item into 'mp2-xxx/Apache-Test'
svn: URL 
'https://svn.apache.org/repos/asf/httpd/test/trunk/perl-framework/Apache-Test' 
doesn't exist



-- 
__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:stas@stason.org http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org