Re: subversion 1.4.2

2011-05-16 Thread Eric Manceau
Thorsten Schöning a écrit : Guten Tag Eric Manceau, am Freitag, 13. Mai 2011 um 17:50 schrieben Sie: As you can see we want to gather all tests of several differents repos into a unique repo but we want to keep revision of the original repos and it seems to be hard to achieve. Maybe

Re: subversion 1.4.2

2011-05-16 Thread Eric Manceau
Nico Kadel-Garcia a écrit : On Fri, May 13, 2011 at 11:32 AM, Eric Manceau wrote: Hello, 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? It's also *wise* to upgrade, especially if your older repo is using the

Re: subversion 1.4.2

2011-05-13 Thread Eric Manceau
Thanks for quick answer. Bob Archer a écrit : 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. Okay I

subversion 1.4.2

2011-05-13 Thread Eric Manceau
Hello, 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? 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 | --dat