RE: SVN 1.6.17 dump is growing larger than repository size (approx. more than 10 times)

2015-11-25 Thread Bert Huijben
By default svnadmin dump doesn’t produce deltas… so a small change on a file will have it include the entire file in the dumpfile. If you pass ‘--deltas' to svnadmin dump (see ‘svnadmin help dump’) your file will be smaller, at the cost of some extra processing during the dump creation.

Re: SVN 1.6.17 dump is growing larger than repository size (approx. more than 10 times)

2015-11-25 Thread Barry Gershenfeld
Unless svn's changed, you can look in your repositories directory on the server, e.g., repos/myproj/db/revs/0/ and you can see each revision stored there. Under the db directory is revs and also revprops, and under each of those is one or more subdirectory (mine just had one called "0"). If you

[ANNOUNCE] CFP open for ApacheCon North America 2016

2015-11-25 Thread Rich Bowen
Community growth starts by talking with those interested in your project. ApacheCon North America is coming, are you? We are delighted to announce that the Call For Presentations (CFP) is now open for ApacheCon North America. You can submit your proposed sessions at http://events.linuxfoundation.o

Re: API for creating file and revision

2015-11-25 Thread Philip Martin
"Ren Wang" writes: > The API svn_fs_make_file() will create an empty file, and the > svn_fs_apply_text() will fill the text content to the repository. Is there a > similar API for setting binary content? > > > > If the file already created in the repository, what's the API to create a > revisio

Re: SVN 1.6.17 dump is growing larger than repository size (approx. more than 10 times)

2015-11-25 Thread Nico Kadel-Garcia
On Wed, Nov 25, 2015 at 4:25 AM, arun prasath wrote: > Hello Team, > > I am creating Subversion 1.6.17 dump for a repository hosted in Linux > server. SVNSERVE is serving the repository. We are migrating to SVN 1.9.2. > > While creating the dump for repository of size 1.8 GB (revisions 3000+), the

Re: svn: E125012: Invalid character in hex checksum (svn-1.9.2/osx-10.11.1)

2015-11-25 Thread Graham Miln
Thanks Andreas. I set the `neon-debug-mask` but no additional information was output. I suspect the pathway to the repository does not go through the http layer; the repository is local with file:// scheme and the fs-type is fsfs. On 25 November 2015 at 08:32, Andreas Mohr wrote: > Hi, > > On W

RE: API for creating file and revision

2015-11-25 Thread Bert Huijben
In this context we use the word 'text' for the body/content/whatever is in the file, so you don't have to use separate functions. On the fs and repos layers we don't handle binary and textual files in different ways. Where we do at the client level we usually use a few properties if we wan

API for creating file and revision

2015-11-25 Thread Ren Wang
First of all, I would like to express my appreciation for the support from the community in the past few days. Here are some more another questions: The API svn_fs_make_file() will create an empty file, and the svn_fs_apply_text() will fill the text content to the repository. Is there a si

Re: svn_repos_fs_commit_txn error

2015-11-25 Thread Philip Martin
Daniel Shahaf writes: > I mean, "Is the list of thing a library user must call documented?", not > "Is each of those functions documented" (I know the latter is true). I'm not aware of any such documentation. I suspect it would be out-of-date if it did exist. I didn't even mention svn_nls_init

SVN 1.6.17 dump is growing larger than repository size (approx. more than 10 times)

2015-11-25 Thread arun prasath
Hello Team, I am creating Subversion 1.6.17 dump for a repository hosted in Linux server. SVNSERVE is serving the repository. We are migrating to SVN 1.9.2. *While creating the dump for repository of size 1.8 GB (revisions 3000+), the dump command completes revision 119 and hangs and keep updatin

Re: svn: E125012: Invalid character in hex checksum (svn-1.9.2/osx-10.11.1)

2015-11-25 Thread Branko Čibej
On 25.11.2015 08:32, Andreas Mohr wrote: > Hi, > > On Wed, Nov 25, 2015 at 08:07:03AM +0100, Graham Miln wrote: >>Is this something I should reporting? Is there other information I can >>provide to help debug? > - don't know > - use: > > ~/.subversion/servers > > [global] > neon-debug-mask