You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by "Focas, Mark" <Ma...@det.nsw.edu.au> on 2004/09/07 02:41:08 UTC

moving the trunk

Hi
I have a repository layout following one of the recommendations, it looks (abbreviated) like this

-Project1
    |-Trunk
    |-Branches
    |-Tags
-Project2
    |-Trunk
    |-Branches
    |-Tags

etc

I want to change it to the following format:

Solution
    |-Trunk
        |-Project1
        |-Project2
    |-Branches
    |-Tags

etc

I used svn move to move the folders in the repository, and checked out a new working copy, but now when I try to do a diff on files, it can't locate the files before the move.

Is there a way to reorganise the repository and keep the history? It seems from reading the documentation that the move should work, and the history is retained, but doing the diff just doesn't work.

Thanks,
____________________________________
 Mark Focas
 Senior Analyst Programmer
 TLI
 Center for Learning and Innovation
 53 Wentworth Rd
 Strathfield 2135

 (02) 9715 8033
 mark.focasATtafensw.edu.au
____________________________________



**********************************************************************
This message is intended for the addressee named and may contain
privileged information or confidential information or both. If you
are not the intended recipient please delete it and notify the sender.
**********************************************************************

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org


Re: moving the trunk

Posted by Ben Collins-Sussman <su...@collab.net>.
> Is there a way to reorganise the repository and keep the history? It
> seems from reading the documentation that the move should work, and
> the history is retained, but doing the diff just doesn't work.

The history isn't lost.  'svn diff' just isn't asking for it.  See this
FAQ for a workaround:

http://subversion.tigris.org/project_faq.html#no-copy-history

And this bug (issue #1093) is fixed in svn 1.1.



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org