Bogus revision switches for svn checkout?
From: Andrew R Feller <afelle1_at_lsu.edu>
Date: 2007-02-16 17:24:49 CET
Hello everyone,
Although svn help checkout specifies that alternate revision switches
SVN Help usage information
[afelle1@uisrcs001 tmp]$ svn help checkout
checkout (co): Check out a working copy from a repository.
usage: checkout URL[@REV]... [PATH]
If specified, REV determines in which revision the URL is first
looked up.
If PATH is omitted, the basename of the URL will be used as
the destination. If multiple URLs are given each will be checked
out into a sub-directory of PATH, with the name of the sub-directory
being the basename of the URL.
Valid options:
-r [--revision] arg : ARG (some commands also take ARG1:ARG2
A revision argument can be one of:
NUMBER revision number
'{' DATE '}' revision at start of the
'HEAD' latest in repository
'BASE' base rev of item's working
'COMMITTED' last commit at or before
'PREV' revision just before
Failed SVN checkout commands
[afelle1@uisrcs001 tmp]$ svn checkout -r 'COMMITTED'
svn: Bogus revision information given
[afelle1@uisrcs001 tmp]$ svn checkout -r 'BASE'
svn: Bogus revision information given
[afelle1@uisrcs001 tmp]$ svn checkout -r 'PREV'
svn: Bogus revision information given
Thank you for any assistance,
Andrew
Andrew R Feller, Analyst
University Information Systems
Louisiana State University
afelle1@lsu.edu
(office) 225.578.3737
|
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.