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

client error trying to check out revision

From: dennis <dennis_at_works4me.com>
Date: 2007-03-01 17:57:07 CET

running centos 4.4 (same as rhel 4.4) svn version information follows
the problem description.

I am just trying to check out an older version of a file, and I can't
seem to make it happen.

$ svn co --revision 671 reg_moms.manager.php
svn: Client error in parsing arguments
$ svn co -r 671 reg_moms.manager.php
svn: Client error in parsing arguments
$ svn checkout -r 671 reg_moms.manager.php
svn: Client error in parsing arguments
$ svn checkout --revision "{2007-02-16}" reg_moms.manager.php
svn: Client error in parsing arguments

Note, I was able to access the svn repository from tortoiseSVN under
windows and check out the revision I wanted, but why can't I do it from
linux on the command line?

Here is the svn --version output:
svn, version 1.4.3 (r23084)
   compiled Jan 26 2007, 02:48:57

Copyright (C) 2000-2006 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/
This product includes software developed by CollabNet
(http://www.Collab.Net/).

The following repository access (RA) modules are available:

* ra_dav : Module for accessing a repository via WebDAV (DeltaV) protocol.
  - handles 'http' scheme
  - handles 'https' scheme
* ra_svn : Module for accessing a repository using the svn network protocol.
  - handles 'svn' scheme
* ra_local : Module for accessing a repository on local disk.
  - handles 'file' scheme

Dennis

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Mar 1 18:35:32 2007

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.