Sinang, Danny wrote:
> Hello,
>
> We'll be having lots of SVN repositories for articles soon.
>
> I'm thinking of grouping these repositories into subdirectories to
> avoid cluttering /svn and hitting a maximum number of subdirectories.
>
> An article is named as ABC12345, XYZ12345, and so on. The grouping I'm
> thinking of is like this :
>
> /svn
> /ABC
> /ABC12345
> /ABC23456
> /ABC34567
> /XYZ
> /XYZ12345
> /XYZ23456
> /XYZ34567
>
> ...
>
> I configured Apache to use /svn as the SVNParentPath.
>
> Access to the repositories worked all article repositories were
> directly under /svn.
>
> But now that they're under /ABC or /XYZ, I can't access XYZ12345 by
> using the URL http://server/svn/XYZ/XYZ12345 .
>
> Is there a workaround for this ?
>
> Regards,
> Danny
>
I work around this issue by using a "bat" ! in between each of my
directory levels. Your example would become
/svn
/ABC!ABC12345
/ABC!ABC23456
/ABC!ABC34567
/XYZ!XYZ12345
/XYZ!XYZ23456
/XYZ!XYZ34567
Brad Bruce
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue May 30 12:53:34 2006