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

Re: client error trying to check out revision

From: Andy Levy <andy.levy_at_gmail.com>
Date: 2007-03-01 19:17:59 CET

On 3/1/07, dennis <dennis@works4me.com> wrote:
> Andy Levy wrote:
> >
> > You aren't passing the URL to the directory where the file is located.
> > You can't check out individual files, only directories, and you have
> > to pass a URL, not a bare filename. See svn help co.
>
> Should I be using update to get a specific revision of one file?
>
> Dennis

Please remember to use Reply To All to keep discussion on the list.

Yes, if you already have a working copy and want to update to an older
revision of a file, it's svn up -r REV <FILENAME>

Or, if you want to check out an older revision, svn co -r REV <URL>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Mar 1 19:18:48 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.