Re: Having a path name after specifying repository location

2010-10-20 Thread Tech Geek
Andy: > As I asked earlier, why must PartA & PartB in a given project be > separate repositories? Why is the more conventional approach not > workable for you? > I understand what you are trying to say and I agree but let's just say that my hands are tied without going into too much details. Thi

Re: Having a path name after specifying repository location

2010-10-20 Thread Andy Levy
On Wed, Oct 20, 2010 at 15:10, Tech Geek wrote: >>The other way you could do this, if you insist upon PartA & PartB  being >> separate repositories, is to have a different >block for each >> project, and specify SVNParentPath as /var/lib/svn/ProjectB . Then you could >> have PartA & PartB set up

Re: Having a path name after specifying repository location

2010-10-20 Thread Tech Geek
>The other way you could do this, if you insist upon PartA & PartB being separate repositories, is to have a different >block for each project, and specify SVNParentPath as /var/lib/svn/ProjectB . Then you could have PartA & PartB set up as separate >repositories - albeit with a lot more manageme

Re: Having a path name after specifying repository location

2010-10-20 Thread Andy Levy
On Wed, Oct 20, 2010 at 12:11, Andy Levy wrote: > On Mon, Oct 18, 2010 at 20:52, Tech Geek wrote: >> Hi, >> >> My repository path is /var/lib/svn for the SVN server. However I encountered >> a unique situation as follow: >> >> The following works: >> #svnadmin create  /var/lib/svn/projectA >> >>

Re: Having a path name after specifying repository location

2010-10-20 Thread Andy Levy
On Mon, Oct 18, 2010 at 20:52, Tech Geek wrote: > Hi, > > My repository path is /var/lib/svn for the SVN server. However I encountered > a unique situation as follow: > > The following works: > #svnadmin create  /var/lib/svn/projectA > > From a svn client: > #svn co http://svnserver/svn/projectA p

Re: Having a path name after specifying repository location

2010-10-20 Thread Tech Geek
Sorry for bumping this one...We really need to find a solution/workaround for this in order for our SVN implementation to be final. Thanks in advance! On Mon, Oct 18, 2010 at 6:00 PM, Tech Geek wrote: > oops...I had a typo: > > >> However the following does NOT work: >> #mkdir /var/lib/svn/proj

Re: Having a path name after specifying repository location

2010-10-18 Thread Tech Geek
oops...I had a typo: > However the following does NOT work: > #mkdir /var/lib/svn/projectB/ > #sudo svnadmin create /var/lib/svn/projectB/partA > #sudo svnadmin create /var/lib/svn/projectB/partB > > From a svn client: > #svn co http://svnserver/svn/projectB/partA partB > However the followi

Having a path name after specifying repository location

2010-10-18 Thread Tech Geek
Hi, My repository path is /var/lib/svn for the SVN server. However I encountered a unique situation as follow: The following works: #svnadmin create /var/lib/svn/projectA >From a svn client: #svn co http://svnserver/svn/projectA projectA However the following does NOT work: #mkdir /var/lib/sv