> I am struggling with an old version of subversion : 1.4.2 Is it
> safe for the repository to adopt the 1.6.16 version?

Yes... make sure you svn upgrade the repo or do a dump/load cycle to bring it 
up to the newest repository format.


> Moreover I want to split an old repos in 2 new repos without losing
> revision of my files :
> 
> Old Repo
>     |--data
>     |-- test
> 
> New Repo 1
>     | --data
> 
> New Repo 2
>     | --data
> 
> Svndumpfilter with 1.4 did not help and the svn command as well so
> did the tools evolve in the 1.6 version in order to achieve this
> goal?

Not sure what you meant by "did not help". That is the primary method for 
moving a subset of paths from one repository to another. Do you really NEED to 
break it into two repositories? What is the reason you want to do this, it 
might not be necessary.

BOb

Reply via email to