« Return to Thread: One project having multiple SVN mappings?

Re: [Subclipse-users] One project having multiple SVN mappings?

by Mark Phippard :: Rate this Message:

| View in Thread

frankt <troiafr@...> wrote on 11/02/2006 07:03:40 PM:

>
> I have a project that consists of files located in different locations
in the
> SVN repo. Is there a way that I can have setup subclipse to have
multiple
> SVN mappings for one project?
>
> I would prefer not having to duplicate the files in the repo, obviously.

No that is not possible.  There are a few ways you can handle this, I
think someone else suggested one way.  The best way to do this in my
opinion is to use the svn:externals feature.  It was designed for this and
works pretty well for most scenarios.  Another advantage is that it should
work in any Subversion client, which could be handy if you later have some
build scripts or just users that are using different clients.

Mark


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

 « Return to Thread: One project having multiple SVN mappings?