Re: svndumpfilter and svnsync?

2018-10-04 Thread Johan Corveleyn
On Thu, Oct 4, 2018 at 3:03 PM Chris wrote: > > (apologies for the top-posting, I really need to stop using this yahoo web > interface which is useless with quoting) > > Thanks for all the replies. I'll try out what you outlined. There are > unfortunately problems outside of my control that make

Re: svn_client_list() description in API document(svn_client.h)

2018-10-04 Thread Daniel Shahaf
Yasuhito FUTATSUKI wrote on Thu, Oct 04, 2018 at 19:37:01 +0900: > In ^/subversion/trunk/subversion/include/svn_client.h@1841567 says about > svn_client_list(): > > * Similar to svn_client_list2(), but with @a recurse instead of @a depth. > > * If @a recurse is TRUE, pass #svn_depth_files for @a de

Re: svndumpfilter and svnsync?

2018-10-04 Thread Chris
(apologies for the top-posting, I really need to stop using this yahoo web interface which is useless with quoting) Thanks for all the replies. I'll try out what you outlined. There are unfortunately problems outside of my control that makes it worse and that is that for company-internal policy

svn_client_list() description in API document(svn_client.h)

2018-10-04 Thread Yasuhito FUTATSUKI
Greetings, (This is repost, because my previous post from Cc: address seems to be discarded by amavisd-new) While I've read API docs about svn_client_list() to writing compatibility code, I bit confused. As the community guide says post to users@ to ask before entry to issue tracker whether

Re: svndumpfilter and svnsync?

2018-10-04 Thread Johan Corveleyn
On Thu, Oct 4, 2018 at 2:33 PM Daniel Shahaf wrote: > > Ryan Schmidt wrote on Thu, 04 Oct 2018 06:04 -0500: > > On Oct 4, 2018, at 02:32, Chris wrote: > > > I figured using svnsync to get the "cleaned repo" up to date with the > > > changes on the "live repo", but a note in the svnsync documentat

Re: svndumpfilter and svnsync?

2018-10-04 Thread Daniel Shahaf
Ryan Schmidt wrote on Thu, 04 Oct 2018 06:04 -0500: > On Oct 4, 2018, at 02:32, Chris wrote: > > I figured using svnsync to get the "cleaned repo" up to date with the > > changes on the "live repo", but a note in the svnsync documentation says > > "The only commits and revision property modificat

Re: svndumpfilter and svnsync?

2018-10-04 Thread Ryan Schmidt
On Oct 4, 2018, at 02:32, Chris wrote: > we have a repo that is in dire need of getting rid of some accidental commits > that have added large binary blobs on old branches. I've looked at > http://svnbook.red-bean.com/nightly/en/svn.reposadmin.maint.html#svn.reposadmin.maint.filtering > whic

svndumpfilter and svnsync?

2018-10-04 Thread Chris
Hi all, we have a repo that is in dire need of getting rid of some accidental commits that have added large binary blobs on old branches. I've looked at http://svnbook.red-bean.com/nightly/en/svn.reposadmin.maint.html#svn.reposadmin.maint.filtering which indicates I go about this by first doing