[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: Flanakin Michael C Ctr HQ OSSG/OMR <Michael.Flanakin_at_Gunter.AF.mil>
Date: 2005-09-02 19:34:15 CEST

I wasn't asking how to checkout a repository to a different named
directory. What I was referring to was this...

(a) You have http://host/repo/trunk/Characters checked out to Chars

Chars/Ogre
Chars/Ogre/Textures

(b) You copy-paste (via the OS) Chars/Ogre to Chars/Elf

Chars/Ogre
Chars/Ogre/Textures
Chars/Elf <-- points to Characters/Ogre
Chars/Elf/Textures <-- points to Characters/Ogre/Textures

The problem I mentioned was that I don't like the fact that, because the
.svn directories are copied too, Svn doesn't recognize a problem with
the previous structure. Chars/Ogre and Chars/Elf will both be synced
with Characters/Ogre. This is the problem. He's asking for a way to not
copy the .svn directories so Svn recognizes them as new
files/directories. My suggestion was to remove .svn dirs after the
copy-paste or use the export command.

-----Original Message-----
From: Ben Collins-Sussman [mailto:sussman@collab.net]
Sent: Friday, September 02, 2005 11:57 AM
To: Flanakin Michael C Ctr HQ OSSG/OMR
Cc: users@subversion.tigris.org
Subject: Re: .svn folder needs to go away?

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:36:05 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.