ision number was kept this would have worked.
> Thanks
> --
> MortenB
>
>
>
>
>
>
> Fra: Andy Levy
> Til: morten bjoernsvik
> Kopi: "users@subversion.apache.org"
> Sendt: Torsdag, 20. oktober 2011 16.26
> Emne: Re: revision number o
On Thu, Oct 20, 2011 at 17:23, Ryan Schmidt
wrote:
> On Thu, Oct 20, 2011 at 10:08, morten bjoernsvik wrote:
>
>> In many cases with small projects I move the repository around
>> (like we have been used to with git)
>> svnadmin dump | bzip2 > repository_revXX.svndump.bz2
>> and then:
>> svnadmin
On Thu, Oct 20, 2011 at 10:08, morten bjoernsvik wrote:
> In many cases with small projects I move the repository around
> (like we have been used to with git)
> svnadmin dump | bzip2 > repository_revXX.svndump.bz2
> and then:
> svnadmin create
> bzip2 -dc repository_revXX.svndump.bz2 | svnadmin
--
MortenB
Fra: Andy Levy
Til: morten bjoernsvik
Kopi: "users@subversion.apache.org"
Sendt: Torsdag, 20. oktober 2011 16.26
Emne: Re: revision number offset
On Thu, Oct 20, 2011 at 10:08, morten bjoernsvik
wrote:
> Hi All
> I'm a
On Thu, Oct 20, 2011 at 10:08, morten bjoernsvik
wrote:
> Hi All
> I'm a very pleased svn user, but I have this little issue.
> In many cases with small projects I move the repository around
> (like we have been used to with git)
> svnadmin dump | bzip2 > repository_revXX.svndump.bz2
> and then:
Hi All
I'm a very pleased svn user, but I have this little issue.
In many cases with small projects I move the repository around
(like we have been used to with git)
svnadmin dump | bzip2 > repository_revXX.svndump.bz2
and then:
svnadmin create
bzip2 -dc repository_revXX.svndump.bz2 | svnadmi