On Fri, Nov 27, 2015 at 10:27 AM, Philip Martin
wrote:
> MOKRANI Rachid writes:
>
>> Oups...i think i need to do an upgrade.
>>
>> And on the new server with SVN release 1.8 I need to do :
>>
>> svn upgrade my_hotcopy_repo
>>
>> Is it a good approach ? (actually dump/load is not working fo
LDAPSharedCacheSize 0
http://svn.haxx.se/users/archive-2014-05/.shtml
在 2014年4月23日星期三 UTC+8下午9:40:14,mark_w写道:
>
>
> On Wed, Dec 11, 2013 at 12:28 AM, Ben Reser wrote:
>
> > I came to the conclusion that there was an LDAP problem as well.
> >
> > Things that would be interestin
MOKRANI Rachid writes:
> Oups...i think i need to do an upgrade.
>
> And on the new server with SVN release 1.8 I need to do :
>
> svn upgrade my_hotcopy_repo
>
> Is it a good approach ? (actually dump/load is not working for me)
You can run "svnadmin upgrade" but you do not need to:
ht
Thanks, that makes sense.
Here is another question. How to get the latest revision id for a node? I see
the svnlook is calling svn_fs_node_id() to get node id, but couldn't find a
reference to get the latest revision of id for a node.
>From the subversion client side, I can see the latest versi
Oups...i think i need to do an upgrade.
And on the new server with SVN release 1.8 I need to do :
svn upgrade my_hotcopy_repo
Is it a good approach ? (actually dump/load is not working for me)
Many thanks.
-Message d'origine-
De : MOKRANI Rachid
Envoyé : vendredi 27 nov
Thanks for your answer.
this is a good approach to replace svnadmin dump / load by hotcopy? I have
never done that.
On the server with svn 1.6 release I'll be able to
$ svnadmin hotcopy my_repo /tmp/my_repo_copy
and after moving the copy from my old server /tmp /my_repo_copy to the new SVN
On Fri, Nov 27, 2015 at 7:59 AM, MOKRANI Rachid wrote:
> Hi,
>
> After reading the URL below, this is the only way I've found to do a complete
> dump of my repo with a lot of missing revisions
>
> http://stackoverflow.com/questions/15474513/svn-fix-or-remove-broken-revisions
> http://www.wandisco
Hi,
After reading the URL below, this is the only way I've found to do a complete
dump of my repo with a lot of missing revisions
http://stackoverflow.com/questions/15474513/svn-fix-or-remove-broken-revisions
http://www.wandisco.com/svnforum/forum/opensource-subversion-forums/general-setup-and-
Hi,
> svnadmin create $new_repo
> $ svnadmin load $new_repo < $save_path/r1.dump
> for rev in `seq 162717` 2; do
> echo $rev
> $ svnadmin load $new_repo < $path_path/r${rev}.dump
> done
It is entirely unclear why you would first import r1, then r1 again through the
seq expression, this will
Hi,
I am trying to migrate a SVN Project without success. I have a lot errors like
E160013.
Any idea help will be very appreciated
Following all I done on CentOS platform.
1. The source project has a size of 60GB and 170 000 revisions installed on a
SVN server, Version 1.6.12 (r955767)
S
10 matches
Mail list logo