Re: Svnadmin dump with include will lost the svn:log in sometime

2020-03-22 Thread Daniel Shahaf
钱海远(Nathan) wrote on Mon, 23 Mar 2020 05:56 +: > The version is 1.10.6 , I was try to reproduce this issue. > > You can make a commit like this : > Revision 1 > A /test > A /Test/a.c > A /another > A /another/b.c > > Revision 2 > M /test/a.c > M /another/b.c > > Then run command : svnadmin d

Re: Svnadmin dump with include will lost the svn:log in sometime

2020-03-22 Thread Daniel Shahaf
Daniel Shahaf wrote on Mon, 23 Mar 2020 05:45 +: > 钱海远(Nathan) wrote on Mon, 23 Mar 2020 05:30 +: > > The expected behaviour is: 'svnadmin dump' should include all properties. > > > > It happened in command : svnadmin dump --include . > > > > I organized the calling relationship of the fu

Re: Svnadmin dump with include will lost the svn:log in sometime

2020-03-22 Thread Daniel Shahaf
er than the intended recipient(s) is > prohibited. If you receive this e-mail in error, please notify the sender by > phone or email immediately and delete it! > > > -----邮件原件----- > 发件人: Daniel Shahaf > 发送时间: 2020年3月22日 1:04 > 收件人: 钱海远(Nathan) > 抄送: users@subversion.apach

Re: Svnadmin dump with include will lost the svn:log in sometime

2020-03-21 Thread Daniel Shahaf
钱海远(Nathan) wrote on Sat, 21 Mar 2020 06:08 +: > I found the there is a BUG in subversion 1.10.6. > > Svnadmin dump with include will lost the svn:log in sometime. > > I was fix this issue several months ago , I forgot how to the issue happened > again. But I have a patch to fix this issue,