Which item is messed up?
A. the shared repository
B. your local working directories on your computer (meaning their
structure does not match the repository)

I am going to assume A.

svn switch (and --relocate) is for messing with your local working
directories, not for changing the structure of a repository.

Cut-n-paste will not work. It can only change your local working dirs
and is almost certain to mess things up.

svn move allows you to move items in the repository (either directly, or
by moving things in your working dirs and then committing the changes).

-Max

On Thu, 2006-02-23 at 11:38 -0800, Mick Knutson wrote:
> I am trying to configure my release plugin, and have noticed I have created 
> an incorrect directory structure ion svn and need to move several 
> directories.
> 
> I tried using the relocate, but that said I could not relocate this 
> directory. Can someone help me understand the best way to re-organize my 
> directory structure in subversion?
> 
> can I just cut-n-paste them to the new directory?
> 
> ---
> Thank You
> Mick Knutson
> 
> Sr. Java/J2EE Consultant
> BASE logic, inc.
> (415) 648-1804 (S.F., CA)
> http://www.BASELogic.com
> 
> Washington Mutual (WAMU) (Emeryville, California)
> ---
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to