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

Re: [Fwd: Re: Newbie questions: How to check out just one file, etc.]

From: Bob Cunningham <bob_at_cdsinc.com>
Date: 2005-01-26 17:07:59 CET

You probably wanted to do this instead (to use the current directory
as the place where ...myRepos/trunk will be checked out to).

svn checkout file:///srv/projects/svn/myRepos/trunk .

On Jan 26, 2005, at 5:08 AM, Carole E. Mah wrote:

> ...
> svn checkout file:///srv/projects/svn/myRepos/trunk
>
> Here's what it gave me:
>
> trunk/
> README
> foo.doc
> cleanScripts/
> otherScripts/
> old_VM_files/
>
> I just want it to give me the things inside trunk, not the trunk
> directory itself; i.e. this is what I wanted it to return:
>
> README
> foo.doc
> cleanScripts/
> otherScripts/
> old_VM_files/
>
> Is there any way to make sure it does this?
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jan 26 17:12:58 2005

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.