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
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
>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
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
>>
>>
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
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
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
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