You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Keva-Slient <35...@qq.com> on 2018/01/19 07:18:12 UTC

is there any document for error number?

is there any document for error number?


i'm going to handler all kind of errors.


------------------
.........
 Vanity...My favourite sin.
     --<<The Devil's Advocate>>

RE: is it necessary to svnsync copy-revprops all reversions everytime executing svnsync?

Posted by Bert Huijben <be...@qqmail.nl>.
No,

 

Just using svnsync will handle copying revprops while synchronizing
revisions just fine. 

 

But revprops may change later if you enable that option in your repository,
so if you use svnsync to keep two repositories completely synchronized you
might want to use this feature to sync those changes.

 

              Bert

 

From: Keva-Slient [mailto:356730059@qq.com] 
Sent: vrijdag 20 april 2018 14:48
To: users <us...@subversion.apache.org>
Subject: is it necessary to svnsync copy-revprops all reversions everytime
executing svnsync?

 

is it necessary to svnsync copy-revprops all reversions everytime executing
svnsync?


is it necessary to svnsync copy-revprops all reversions everytime executing svnsync?

Posted by Keva-Slient <35...@qq.com>.
is it necessary to svnsync copy-revprops all reversions everytime executing svnsync?

Re: is there any document for error number?

Posted by Johan Corveleyn <jc...@gmail.com>.
On Fri, Jan 19, 2018 at 8:18 AM, Keva-Slient <35...@qq.com> wrote:
>
> is there any document for error number?
>
> i'm going to handler all kind of errors.

Hi,

This python script may be of help (you can also find it in a release
tarball, in the tools/dev directory):

http://svn.apache.org/repos/asf/subversion/trunk/tools/dev/which-error.py

It's docstring says: "Print semantic Subversion error code names
mapped from their numeric error code values"

-- 
Johan