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

Re: .svn folder needs to go away?

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2005-09-02 18:57:03 CEST

On Sep 2, 2005, at 11:18 AM, Flanakin Michael C Ctr HQ OSSG/OMR wrote:

> I'm not sure if there's a way around this, but I do know that I'd
> hate to be forced to use the exact same top-level checkout names as
> are in the repository. If I want to checkout "repo/trunk/Ogre" to
> "Elf", I should be able to do that

$ svn checkout http://host/repo/trunk/Ogre Elf
A Elf/foo
A Elf/bar
[...]

Or, do a checkout of 'trunk' to some working copy, cd into the
working copy's "Elf" directory and run

     $ svn switch http://host/repo/trunk/Ogre

Now the directory named "Elf" reflects the Ogre URL.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Sep 2 19:01:25 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.