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

RE: Re: newbie Q. Moving a project to a different repository

From: James Oltmans <joltmans_at_bolosystems.com>
Date: 2007-02-28 18:17:51 CET

I'd recommend using branches within the same repository. It's a real pain to integrate code from different repositories (can't be automatically done AFAIK). So what you could do is have the following structure:

- trunk
    - code dirs...
- branches
    - client 1
        - code dirs...
    - client 2
        - code dirs...

Anytime you branch just svn copy from trunk to the clientx branch.

Hope that helps.
James

-----Original Message-----
From: Ulrich Eckhardt [mailto:eckhardt@satorlaser.com]
Sent: Wednesday, February 28, 2007 8:03 AM
To: users@subversion.tigris.org
Subject: Re: newbie Q. Moving a project to a different repository

On Wednesday 28 February 2007 12:09, David Perkins wrote:
> Now that I've started to use svn more, I'd like to separate projects
> into different repositories (my projects, client projects etc).
> What's the recommended way of moving a project to a different
> repository?

Take a look at the thread "moving a subversion project from one repository to
another" from one week ago. In general, I wouldn't recommend splitting unless
there are strong reasons, in particular since you can't easily move code
between repositories.

Uli

-- 
ML: http://subversion.tigris.org/mailing-list-guidelines.html
FAQ: http://subversion.tigris.org/faq.html
Docs: http://svnbook.red-bean.com/
Sator Laser GmbH
Geschäftsführer: Ronald Boers       Steuernummer: 02/892/02900 
Amtsgericht Hamburg HR B62 932      USt-Id.Nr.: DE183047360
**************************************************************************************
           Visit our website at <http://www.satorlaser.de/>
**************************************************************************************
Diese E-Mail einschließlich sämtlicher Anhänge ist nur für den Adressaten bestimmt und kann vertrauliche Informationen enthalten. Bitte benachrichtigen Sie den Absender umgehend, falls Sie nicht der beabsichtigte Empfänger sein sollten. Die E-Mail ist in diesem Fall zu löschen und darf weder gelesen, weitergeleitet, veröffentlicht oder anderweitig benutzt werden.
E-Mails können durch Dritte gelesen werden und Viren sowie nichtautorisierte Änderungen enthalten. Sator Laser GmbH ist für diese Folgen nicht verantwortlich.
**************************************************************************************
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Feb 28 18:18:25 2007

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.