On May 31, 2008, at 9:16 AM, Kurt Federspiel wrote:
> Hi...
>
> I have a repository that stores source code written for a WinXP/
> 2003 application. We are in the process of porting to Linux, and
> want to set up a new repository to hold the ported code. The
> project and directory names are the same.
>
> So I have:
> /Repositories
> /Repositories/Win
> /Repositories/Win/xmlrpc
> /Repositories/Linux
> /Repositories/Win/xmlrpc
First, I hope the above is a typo!?
>
> /Repositories/Win and /Repositories/Linux were created with
> svnadmin. Whenever I try to svn add/update/commit to the /
> Repositories/Linux/xmlrpc, I get a revision around 226, which is
> (obviously) the Win Repository (since the Linux Repo is brand new)
>
> Am I being stupid? I want to keep the sources separate for now, so
> how do I add/update/commit to the /Linux Repository? Can someone
> please help me be unstupid??
Try a 'svn info' to check which repository your working copy is
pointing to. If you've checked out stuff from the old '/Repository/
Win/xmlrpc', then you will have to move it to the new repos before
you can use it there. I'm not an expert, but I'd do a dump/load cycle
to get the data you want copied.
Jochen
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-05-31 10:01:57 CEST