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.
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
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
"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
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
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
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
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
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
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
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
11 matches
Mail list logo