[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: David Perkins <tickerboo_at_gmail.com>
Date: 2007-02-28 21:38:47 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.

Thanks. At present in my fledgling repository I have the following structure:

Repos
  ProjA
    Branches
    Tags
    Trunk

  ProjB
    Branches
    Tags
    Trunk

My main aim to have separate repositories was to separate client code
from my own projects. Also, to expose different projects to different
develoeprs and to keep some private.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Feb 28 21:39:14 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.