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

Re: Please tell me I'm wrong!

From: Patrick Burleson <pburleson_at_gmail.com>
Date: 2006-08-31 16:44:20 CEST

On 8/31/06, Chris.Fouts@qimonda.com <Chris.Fouts@qimonda.com> wrote:
> svn co svn+ssh://repos/trunk/file
>
> svn: URL 'svn+ssh://repos/trunk/file' refers to a file, not a directory
>
> One can NOT check out a single file in Subversion?
>
> --------------------------------------
> Chris T Fouts

This has been discussed several times on the mailing list, you can
search for "Single File" at http://svn.haxx.se/users/.

Short answer: No, you can't check out a single file for changes.

You can however get the contents of a single file:

svn cat svn+ssh://repos/trunk/file > file

But you can't check changes in to it without checking out the whole
parent directory.

Patrick

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Aug 31 17:57:57 2006

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.