RE: Multiple Repositories under one subversion daemon

2010-09-02 Thread Bob Archer
> >> -Original Message- > >>> I may have totally misunderstood you. Are the above paths you > show > >> working copy paths, or are they existing svn repositories? > >> Those are not existing svn repositories yet. Let's just say that > >> those project folders should be at those locations on

Re: Multiple Repositories under one subversion daemon

2010-09-02 Thread Alexander Skwar
BOb, Do you mean junction points, which are more like hardlinks in Unix? Isn't it so, that they need to be on the same "drive" (filesystem)? Alexander Am 02.09.2010 um 16:09 schrieb Bob Archer : -Original Message- I may have totally misunderstood you. Are the above paths you show

RE: Multiple Repositories under one subversion daemon

2010-09-02 Thread Bob Archer
> -Original Message- > >I may have totally misunderstood you. Are the above paths you show > working copy paths, or are they existing svn repositories? > Those are not existing svn repositories yet. Let's just say that > those project folders should be at those locations only and I want > t

RE: Multiple Repositories under one subversion daemon

2010-09-01 Thread Cooke, Mark
e any way to get around this? > > -Original Message- > From: Tech Geek [mailto:techgeek12...@gmail.com] > Sent: 02 September 2010 00:40 > To: David Bartmess > Cc: users@subversion.apache.org > Subject: Re: Multiple Repositories under one subversion daemon > > If I under

Re: Multiple Repositories under one subversion daemon

2010-09-01 Thread Tech Geek
If I understand you correctly this would mean that somebody (user/developer) has to checkout the code for each of the projects from the repository location (say C:\svn\data\repositories) to: C:\data\project1 C:\project\bluecat C:\software\abc so that the above locations reflect the latest code?

Re: Multiple Repositories under one subversion daemon

2010-09-01 Thread David Bartmess
On 9/1/2010 4:46 PM, Tech Geek wrote: >I may have totally misunderstood you. Are the above paths you show working copy paths, or are they existing svn repositories? Those are not existing svn repositories yet. Let's just say that those project folders should be at those locations only and I wan

Re: Multiple Repositories under one subversion daemon

2010-09-01 Thread Tech Geek
>I may have totally misunderstood you. Are the above paths you show working copy paths, or are they existing svn repositories? Those are not existing svn repositories yet. Let's just say that those project folders should be at those locations only and I want to create SVN repositories at each of th

RE: Multiple Repositories under one subversion daemon

2010-09-01 Thread Bob Archer
> > I am running subversion server on a Windows machine. Right now I > am > > in the process of converting my exisiting projects to start > > using subversion and my projects are located at different > > paths/locations. For example: > > C:\data\project1 > > C:\project\bluecat > > C:\software\abc >

RE: Multiple Repositories under one subversion daemon

2010-09-01 Thread Bob Archer
> I am running subversion server on a Windows machine. Right now I am > in the process of converting my exisiting projects to start > using subversion and my projects are located at different > paths/locations. For example: > C:\data\project1 > C:\project\bluecat > C:\software\abc > > Now it seems