Re: changing DIR structure of SVN dump

2012-01-11 Thread Les Mikesell
On Wed, Jan 11, 2012 at 10:00 AM, Ryan Schmidt wrote: > >> The repos is /var/svn/repos but it has a hb folder, which holds all >> the obsolete files and that dir holds another dir with the new >> project. Which two of the below would be ideal method of managing >> several projects: >> >> method 1:

Re: changing DIR structure of SVN dump

2012-01-11 Thread Ryan Schmidt
On Jan 11, 2012, at 09:07, Shaaa wrote: > The repos is /var/svn/repos but it has a hb folder, which holds all > the obsolete files and that dir holds another dir with the new > project. Which two of the below would be ideal method of managing > several projects: > > method 1: > /var/svn/repos/pr

Re: changing DIR structure of SVN dump

2012-01-11 Thread Shaaa
> I think where you're saying "repos" above you mean "project" or "directory". > It still seems tht your repository is just /var/svn/repos. The repos is /var/svn/repos but it has a hb folder, which holds all the obsolete files and that dir holds another dir with the new project. Which two of the

Re: changing DIR structure of SVN dump

2012-01-11 Thread Ryan Schmidt
On Jan 11, 2012, at 07:11, Shaaa wrote: > Thank you for your informative reply. I have managed to overcome the > initial problem, however I do have a new problem. > > Basically, this is the current path to my repos: > svn list file:///var/svn/repos/hb/trunk/chi > > I want to change it to confor

Re: changing DIR structure of SVN dump

2012-01-11 Thread Shaaa
Hello Ryan Thank you for your informative reply. I have managed to overcome the initial problem, however I do have a new problem. Basically, this is the current path to my repos: svn list file:///var/svn/repos/hb/trunk/chi I want to change it to conform to the 'standardised' structure. At the mo

Re: changing DIR structure of SVN dump

2012-01-10 Thread Ryan Schmidt
On Jan 10, 2012, at 08:39, Shaaa wrote: > So I am trying to move my repos to a new server. Problem is the old > guy did a really strange setup. Basically, in order to access the > repos I would have to use the following uri > file:///var/svn/repos/mysite/trunk/project1/trunk On the new server I >

changing DIR structure of SVN dump

2012-01-10 Thread Shaaa
Hello everyone So I am trying to move my repos to a new server. Problem is the old guy did a really strange setup. Basically, in order to access the repos I would have to use the following uri file:///var/svn/repos/mysite/trunk/project1/trunk On the new server I want to change it to file:///var/sv