;svn/' or 'repos/' prefix via a location tag as shown in most examples, as
that makes the installation easier and better maintainable if some unrelated
apache settings change.
Bert
You can also get windows client binaries (but no apache modules, etc.) on
http://sliksvn.com/en/download (usually within a few hours of the sourcecode
release). No registration required.
Bert
en it
is available. (I don't know if that is already the case). For the Subversion
community it would be much better if we get it released in a service pack
(or automatic update.
Thanks for everybody who helps us get this issue resolved!
Bert
BTW:
http://tinyurl.com
SVN users agree that closing all explorers before you
attempt to perform a subversion operation is not an option?)
I will add a note to this issue, but feel free to extend the issue yourself
:=)
Bert
From: Erik Funkenbusch [mailto:e...@funkenbusch.com]
Sent: vrijdag 5 f
> -Original Message-
> From: Bob Archer [mailto:bob.arc...@amsi.com]
> Sent: vrijdag 5 februari 2010 21:15
> To: James Mansion; Bert Huijben
> Cc: Erik Funkenbusch; users@subversion.apache.org
> Subject: RE: Action needed to get critical SVN related fix in Windows
d 1.6.1 had some issues on 'svn add' marking a directory
sparse)
Are you using svn update --depth for some of the updates?
In this case you could trigger issue #3569
(http://subversion.tigris.org/issues/show_bug.cgi?id=3569)
As workaround for this specific issue I would recommend never using --depth (or
-N) on svn update. (svn update --set-depth is safe)
Bert
epack schedule!
Thanks to all of you that contacted Microsoft directly!
Bert
From: Erik Funkenbusch [mailto:e...@funkenbusch.com]
Sent: donderdag 4 februari 2010 22:15
To: users@subversion.apache.org
Subject: Action needed to get critical SVN related fix in Windows 7 SP1
So
(not mixed revision).
The command
svn status -u
(-u is short for --show-updates)
Gives a better indication on what an update will retrieve, but doesn't look
at the file contents to see if you would get any textual conflicts
Bert Huijben
From: Mark Keisler [mailto:gr
Hi,
See issue #3242 (http://subversion.tigris.org/issues/show_bug.cgi?id=3242)
An incomplete fix should be available (if it gets enough votes) in 1.6.10;
see http://svn.apache.org/repos/asf/subversion/branches/1.6.x/STATUS.
Bert Huijben
From: Keith
Subversion project can really fix this for you (as part of
Subversion). But you might find the developers of the other projects on our
development list. (Neon, Serf, Neon and Apache Httpd have development lists
themselves too)
Bert
From: Justin Johnson [mailto:jus...@honest
ql) do svn propdel svn:mime-type "%f"
$ svn propdel -R svn:mime-type .
should work as well.
Bert
905 testuser4u IPv4 43196765 0t0
> TCP client.highfleet.com:35940->server.highfleet.com:https (CLOSE_WAIT)
Do you know which neon version is used by your svn?
Neon 0.29.0-0.29.2 have a regression with closing https connections,
triggerable by certain proxies and non-apache webservers. Upgrading to neon
0.29.3 fixes these hangs.
Bert
too. However, I hope someone can help me here :-)!
You should write output to System.err instead of System.out, because only
the stderr text is transferred to the client.
Bert
mit (MAX_PATH minus a few characters) you have to use absolute
paths.
TortoiseSVN as a Windows Explorer extension always uses absolute paths.
Bert
)
Bert
From: Michael Sync [mailto:mchls...@gmail.com]
Sent: zondag 9 mei 2010 10:56
To: users@subversion.apache.org
Subject: SVN Binary
Hello,
Here is the list of sites that shares the binary of SVN for Windows platform.
I'm trying to download Subversion ( just subversio
(taking unversioned
obstructions as the new version of the same file) so this would give this
behavior.
Bert
> -Original Message-
> From: Walser Markus [mailto:markuswal...@schleuniger.ch]
> Sent: maandag 10 mei 2010 14:56
> To: Bert Huijben; users@subversion.apache.org
> Subject: AW: Automatically merge of new binary file.
>
> Hi Bert
>
> Sorry I forgot this imp
ersion 1.7 will probably
work better with long relative paths, as it will use absolute paths
internally for almost every operation.
Bert
From: Heinz Prantner [mailto:heinz.prant...@opensynergy.com]
Sent: dinsdag 11 mei 2010 14:21
To: users@subversion.apache.org
Subject: long path n
recision)
Subversion tries to compensate for 1 second precision filesystems, but this
is not guaranteed accurate for network filesystems and systems that use 2
second precision. (It waits until the time changed to the next second before
returning from for these commands)
> There may be some option that can be specified when committing that
> forces a deeper check?
No, there is no standard deeper check option.
Bert
ur end...
There was an error on the apache.org webserver about 7-8 hours ago. As
fail-over the site was switched to the European mirror, but it was later
identified that this site-host wasn't recently updated.
Things should be ok now.
Bert
ssue on Windows 7?
If yes, you might have triggered issue #3574
(http://subversion.tigris.org/issues/show_bug.cgi?id=3574)
The last status update I got from Microsoft is that they intend to release a
patch + knowledge base article in June.
The only problem with this issue is: It can also be a real hardware issue!
(See http://tinyurl.com/w7corrupt for more background on issue #3574)
Bert
le
This feature was actually added in Subversion 1.4. Before that you would get
an error that you had to commit the delete before adding a new file with
history.
(And in Subversion 1.7 this will be handled in a completely different way as
part of the WC-NG work)
Bert
Subversion doesn’t allow you to commit changes to out of date files and with
Subversion 1.6 you would get a tree conflict on updating the replaced file.
This tree conflict would explain that there were changes to the file that you
replaced.
Bert
From: Jan Lund
up it would be interesting to know why you really need to
update the specific files here, or can you switch to updating per directory?
Do you need to skip a specific file?
If you update specific files there are some kinds of changes you will never
receive (e.g. New files or property changes on the directory), and you won't
get a completely single revision working copy. (Which would actually give
the best svn update performance as the client can just tell the repository:
I have this tree at revision N; do you have changes for me?)
Bert
importantly requires you tell tell if the symlink is going to point at a
file or at a directory while creating the symlink. And this information
isn't stored in subversion as on unix it can point to anything.
And nobody has come up with a good design to work around/with these issues.
Bert
calize_path())
The workaround is to temporarily remove the on-disk file to something
completely different and then use the command.
But just calling 'svn status' should tell you if you have this issue. That
should show you two files: one unversioned and one missing/obstructed.
B
are only stored once.
See http://subversion.apache.org/docs/release-notes/1.6.html#rep-sharing
You can't get this size difference by just resharding. (But resharding and
packing can certainly give some performance boost, depending on your server
configuration)
Bert
AT), so Windows can express any
character expressed in utf-8 by simple recoding. On Windows '9X the usual way
to access them was using the ANSI set, but all Windows '9X versions and even
Windows 2000 are out of support now, so APR handles everything for us in
Unicode now.
There might be some issues if you use network shares; especially if the network
share is hosted on some NAS, because these systems sometimes use older
protocols and or filesystems which don't support unicode.
Bert
on files. There is a lot of properties (almost 15 by file), so it
> takes a
> > lot of time.
> >
>
> svn commit --with-revprop=foo=bar --with-revprop=foo2=bar2
This sets revision properties on the revision you are creating, not
versioned properties on the specified file.
Bert
.
Bert
From: Greene, Hugh [mailto:hgre...@tmvse.com]
Sent: dinsdag 17 augustus 2010 5:44
To: users@subversion.apache.org
Subject: svn client misinterprets UNC Long Paths under Windows 7
Hi all,
I'm trying to do a checkout on a Windows 7 Professional x64 machine, using
th
e would find an issue anybody can compile the current version
(which just uses public apis), so the entire server security would already
be broken.
Bert
hink that files are the same while they actually aren't:
Not something I would like to use as the base for a commit that shouldn't
break.
(The checksum in .svn/entries should always match the MD5 of the checksum of
the file in .svn/text-base.. If not there is some serious issue)
Bert
>
> Thank you,
>
> Krista
as first line of the
format file in the root of the db and version 4 (and some sharding config
options) in the format file of the subdirectory.
Bert
From: Kriparam Faraday [mailto:kripa...@gmail.com]
Sent: vrijdag 27 augustus 2010 0:06
To: users@subversion.apache.org
aded -- is that normal?
The system32 directory on Windows contains the 64 bit files, so it loads the
right files. (The 32 bit files are in the SYSWOW32 directory, which some 32
bit applications might see as if it is SYSTEM32 directory if they have a
compatibility shim).
The dump file (.dmp) of this crash doesn't contain useful information. (The
stack trace it contained is from after the actual crash). The .log file
looks similar to one I recently noticed on another subversion mailing list
(Not sure which though). It might be useful to review the mergeinfo to
string functions.
Bert
sending these reports,
Bert
From: Tim Mayo [mailto:tim.m...@realworld-systems.com]
Sent: donderdag 2 september 2010 16:19
To: users@subversion.apache.org
Subject: Crash merging into branmch using SLIK
Hi
I received the following message while trying to merge into a working
either.
>
> There is an Ubuntu bug report about Subversion not playing with the
> latest libneon nor libneon-gnutls. Apparently, libneon now reports more
> SSL problems that Subversion should ignore, but doesn't.
Subversion uses neon and neon uses your SSL library. Subversion doesn't use
the ssl library directly.
So this should be fixed either in Neon or (to restore compatibility with the
older version) in the SSL library.
Bert
on 1.6.12?
I think you are looking for 'svn status -u'
(The -u option contacts the repository to allow showing both local and
repository only changes)
Bert
:0 to listen on all IPv6 addresses.
Bert
From: Kayhan Yüksel [mailto:kayh...@fasdat.com.tr]
Sent: woensdag 15 september 2010 14:09
To: users@subversion.apache.org
Cc: İsmail Hakkı ŞAHİN
Subject: subversion configuration problem
To whom it may respond to,
We have
primarily used to block
further merges, or unblock something that wasn’t really merged.
So totally different mergeinfo is fully expected.
Does this answer your question, or did either of your operations record wrong
mergeinfo?
Bert
Sent from Windows Mail
From: Stefan Hett
Sent
allow you
to google for the result, but in many cases there are even more helpful
hints in the error messages.
Bert
From: Stümpfig, Thomas [mailto:thomas.stuemp...@siemens.com]
Sent: zondag 8 maart 2015 10:12
To: Stümpfig, Thomas; users@subversion.apache.org
Subject: RE
sion 1.9 pre-beta version...
It would be very interesting to know if this has the same effect for you.
Bert
.6 we could in general not change the node affected by a tree conflict, so
we always had to choose the slow option. With the central metadata storage we
can do things more efficient… and this allowed fixing a lot of known issues of
previous versions.
Bert
Sent from Windows Mail
From:
> -Original Message-
> From: Pete Harlan [mailto:pchpubli...@gmail.com]
> Sent: vrijdag 13 maart 2015 23:18
> To: Bert Huijben
> Cc: subversion
> Subject: Re: 1.8 bug(?): svn:mergeinfo set for tree-conflicted files in
> subdirs
>
> Hi,
>
> I narrowed d
[CC-ing two Subversion developers that might have more input on this... I'm not
a merge expert :-)]
> -Original Message-
> From: Pete Harlan [mailto:pchpubli...@gmail.com]
> Sent: zaterdag 14 maart 2015 02:45
> To: Bert Huijben
> Cc: subversion
> Subject: Re: 1.
> -Original Message-
> From: Bert Huijben [mailto:b...@qqmail.nl]
> Sent: zaterdag 14 maart 2015 13:06
> To: 'Pete Harlan'
> Cc: 'subversion'; pbu...@collab.net; 'Julian Foad'
> Subject: RE: 1.8 bug(?): svn:mergeinfo set for tree-conflicted
.
Bert
From: pany...@gmail.com [mailto:pany...@gmail.com] On Behalf Of Yaroslav Panych
Sent: zaterdag 14 maart 2015 19:40
To: users@subversion.apache.org
Subject: Exception: libsvn_wc\update_editor.c line 1550: assertion failed
(action == svn_wc_conflict_action_delete)
Hello
reporter state. (It doesn’t fully support
clients that have mixed revision, potentially switched, sparse and in this case
incomplete working copies. The incomplete is not the root problem here. The
problem is not using the reporter state)
Bert
Sent from Windows Mail
From: Ivan Zhakov
Sent
dy explicit
'svn upgrade'-d with a later version, when it internally uses Sqlite 3.8 or
later.
The performance fix is nominated for both 1.9 and 1.8. For 1.9 it is accepted
for backport, but for 1.8 it misses a final vote.
Bert
works for those cases that there is no shared ancestry… but this might tell you
that everything will be deleted and checked out clean (depends on more things),
so perhaps in some cases just deleting and a clean checkout may be faster.
Bert
From: Eric Johnson [mailto:e
ld on top of
status as does this diff call and some of the svnversion processing.
Daniel: diff --summarize ignores all file contents, so it just ignores the
-x -w arguments, just like it ignores --git.
(It drives the complete diff code, except for looking at actual file
contents). And -r BASE would +- the default behavior, so doesn't require a
flag.
Bert
> -Original Message-
> From: 'Daniel Shahaf' [mailto:d...@daniel.shahaf.name]
> Sent: vrijdag 20 maart 2015 01:30
> To: Bert Huijben
> Cc: 'Timour Khanipov'; users@subversion.apache.org
> Subject: Re: Status of files with whitespace and EOL chang
atically upgrade your previous version of
SlikSvn to this version.
To avoid an installer error on downgrading back to 1.8.x *) manually deinstall
this version from the Software control panel, before (re)installing the older
version.
Bert
*) The problem is just that setup fails
Any ideas?
> Why the cpu usage by the server, what's it doing?
> What is the dav/activities.d directory for? How come it contains so
> many files? Is it ok to purge the old files from that directory?
Httpd's mod_dav was updated in some recent version to do a full lock traversal
on copies and moves. I think we already applied some optimizations, but the
real fix would be that mod_dav shouldn't do this work (which our repos layer
already does).
I'm not sure which release we applied the first set of optimizations.
Bert
>
> --
> Johan
> -Original Message-
> From: Johan Corveleyn [mailto:jcor...@gmail.com]
> Sent: dinsdag 31 maart 2015 14:13
> To: users@subversion.apache.org
> Cc: Bert Huijben; Philip Martin; Ben Reser
> Subject: Re: Branching slow 1.8.11 https
>
> On Tue, Mar 31, 2015 at
Hi,
In many cases like this the server really returns an HTTP status 500, but with
a detailed error report that the client should parse to find the detailed
error. I’m guessing this error parsing issue is already fixed for 1.9, that is
now in beta, where the whole error handl
.
Bert
From: Nolan Anderson [mailto:n.ander...@bit-group.com]
Sent: donderdag 2 april 2015 21:20
To: users@subversion.apache.org
Subject: 411 Length Required error thrown, yet Subersion server is not Fronted
by proxy or reverse proxy
Dear all,
I am having a fairly bizarre
path is versioned, you can’t shadow it with an external.
(Technically externals aren’t in your working copy… they are a higher level
abstraction and a working copy by itself)
As far as I can tell this works as expected.
Bert
From: Christian K. [mailto:christian.k.2
commend you to upgrade to a supported Subversion release first. We
only actively support the last revision and the one before that with
bugfixes, so that would be Subversion 1.8.x and 1.7.x. (and soon just 1.9.x
and 1.8.x).
Bert
But really we could use as much information as possible to reproduce your
problem.
Bert
From: Tony Hailes [mailto:tony.hai...@ttp.com]
Sent: vrijdag 17 april 2015 16:48
To: users@subversion.apache.org
Subject: Subversion Exception diff_editor.c 1626
Whilst doing "
7; file created by
running this command. Did you check that file?
Bert
years.
Bert
From: Shahbaz Akhter [mailto:shahbaz.akh...@spanservices.com]
Sent: woensdag 22 april 2015 09:14
To: users@subversion.apache.org
Subject: Tortoise Subversion Exception, Help Needed
Hello Users,
Please look into below issues I got during clean up ,Suddenly I ran into is
this.
the publicly
available binaries for SharpSvn and SlikSvn.
Somewhere in the Subversion repository there is a perl script that should also
be able to help with building on Windows, but I don't have experience with that
script.
Bert
I'll try to oblige.
Just to be sure: you get this error during an update?
Not during a commit?
If it is during a commit: Are you committing to an xml file?
Bert
ormats 0, 1 and 2 were pre-1.0."
There are repository versions and database versions (format files are in
repos/ and repos/db/). It looks like he is talking about the db format,
which is documented in the filesystem backends.
Bert
will look into this early next
week.
Bert
Sent from Windows Mail
From: Ivan Zhakov
Sent: Tuesday, April 28, 2015 9:07 AM
To: Benjamin Fritz, Bert Huijben
Cc: 'subversion'
On 27 April 2015 at 21:35, Benjamin Fritz wrote:
> Apparently I'm not subscribed
ures. That's just a hash+list intersection.
In AnkhSVN I usually skip the diff apis and just obtain the whole files ('svn
cat FILE' 'svn cat FILE@BASE') and properties ('svn proplist FILE' 'svn
proplist FILE@BASE) and do the calculations myself.
That way I also have access to what is not changed.
Specifically for svn:mergeinfo you might be better of using the dedicated apis
(which in many cases contact the server), but for all other properties I would
guess just obtaining the values and explicitly apply further processing
yourself is most likely far more future proof.
Bert
Hi,
You could use %REPOS_DIR:\=/% instead of just %REPOS_DIR% to replace all ‘\’
characters with ‘/’
(In batch scripts you might have to enable cmd extensions, but on the
commandline this is enabled by default)
Bert
From: Antti Simola
reate directory structure." "
file:///%REPOS_DIR:\=/%/trunk" "
file:///%REPOS_DIR:\=/%\branches" "
file:///%REPOS_DIR:\=/%\tags"
But it might be easier to just set the properly encoded path in REPOS_DIR
From: Antti Simola [mailto:asimol...@gmail.com]
Se
.
Bert
From: Antti Simola [mailto:asimol...@gmail.com]
Sent: donderdag 28 mei 2015 12:49
To: Bert Huijben
Cc: users@subversion.apache.org
Subject: Re: Error with quick-start experiment
Thanks! I got it working now by following the updated quick-start. There's
perhap
cases you can ignore the wc-query-expectations error failure, which
only signals some performance loss. But it is hard to tell what failure you
see if you only post the name of the .exe where one (or more) of the tests
failed. The summary at the bottom is more valuable, and the test log
contains the real details.
Bert
> -Original Message-
> From: Cooke, Mark [mailto:mark.co...@siemens.com]
> Sent: maandag 1 juni 2015 08:24
> To: users@subversion.apache.org
> Cc: Bert Huijben
> Subject: RE: svn 1.8.13 test failures: wc-queries-test.exe and
move_tests.py
>
> > > -Or
to msbuild.
This is how the first version of XP compatibility in VS2012+ was implemented.
(And this is also how VC 2010+'s C++/CLI can target .Net 2.0-3.5)
Bert
file://myserver/share/path to
\\myserver\share\path.
If you would like to use the cygwin version, you should probably map the
network share and then relocate your working copy.
Bert
Sent from Surface
From: MORGAN Marc
Sent: Thursday, June 25, 2015 3:47 PM
To:
the problem) or to
use a proper Windows subversion client.
Bert
From: MORGAN Marc [mailto:marc.mor...@csem.ch]
Sent: vrijdag 26 juni 2015 11:41
To: Bert Huijben; users@subversion.apache.org
Subject: RE: Subversion 1.8.13 on Cygwin: E17 or E180001: Unable to connect
to
Jenkins.
I think you should ask at either of these project's support mailinglists.
The 'Caused by: java.lang.NoClassDefFoundError:
hudson/remoting/RemoteClassLoader$RemoteIClassLoader' would point towards a
bit more towards Jenkins, than to SvnKit.
e some sha-1
hash...
But I doubt the user would know that hash, and without that he/she would be
unable to retrieve it, unless we build some UI.
In that case I would start by looking at the UI.
Bert
that answer is
also relevant)
Bert
Sent from Surface
From: dpsen...@apache.org
Sent: Tuesday, July 28, 2015 4:11 PM
To: users@subversion.apache.org
Hi there,
Somehow I was able to commit a file with a broken filename encoding and now the
svn client can no l
ternals; see 'svn help propset'
[[
The URL may be a full URL or a relative URL starting with one of:
../ to the parent directory of the extracted external
^/ to the repository root
/to the server root
// to the URL scheme
^/../ to a sibling repository beneath the same SVNParentPath location
]]
Bert
e?
How
> can I force SVN to treat the file contents as UTF8?
I think at least "UTF-8" as passed value should work.
That encoding name is hardcoded to avoid the entire conversion.
The other values might depend on what iconv settings are used by your
specific client.
Bert
aths.
So yes, you will see many more revisions than just your own project... but if
filtered correctly not the changes in those revisions.
Once you have dumps you can use tools like 'svndumpfilter' to filter out
dummy/stub revisions, fixing things like copies and merges.
I just used this to import the Serf repository into
https://svn.apache.org/repos/asf/serf, while filtering a thousand stub
revisions.
Bert
other common similarities?
Are you all using the same virus scanner on either the client or the server, or
the same windows version on client and/or server? (Or not even using Windows at
all on the server?)
Bert
From: Daniele Pedroni [mailto:pedroni.dani...@zapispa.it
library (.Net on Windows). This library
has a higher level SvnLookClient class which has mostly the same functions
as 'svnlook'.
You can find some examples on StackOverflow via
http://stackoverflow.com/search?q=SvnLookClient
Bert
; There were a lot more compilation errors than in 1.8.x where I've
> > already patched a lot, and the time to look deeper then didn't exist.
> > Maybe there isn't any specific windows api issues or other features,
> > but the old C standard (MS-standard) in VC6 makes the burden, right
> > now at least, to much.
> >
> > Regards,
> > David Darj a.k.a. Alagazam
> > Maintainer of Win32SVN
>
> Hello David,
>
> Do you think it would be possible to migrate the scripts to VC2010?
> I mean, I have it installed and am using it on a regular basis, so I
> could help with building part if need be.
If you try this as a group effort I would recommend directly going to VS
2013 or VS 2015, as those are now available for free for noncommercial usage
via the new 'Community Edition'. With 2010 you are still limited to those
who have access to these versions.
Note that if you want to remain compatible with Windows XP and 2003 with
those versions, you need special options which will mostly get you back at
the VS 2010 tools.
Bert
tended).
In case of a binary file the original working copy version is left as the
working version, whereas for text conflict the working copy version is changed
into a mine version and a best effort merge is performed to the a new working
copy version potentially containing conflict markers.
In this case you probably get the result you want by just choosing the working
copy version. The Subversion developer responsible for choosing this UI
determined that it didn't make much sense to offer two different resolve
options with exactly the same result.
Bert
>
> --
> Regards,
> Stefan Hett
en loading from a stream we can't continue reading to the end to see
if there is a final marker, as at that point we aren't able to go back to
the start and start the whole process.
(I've used '$ svn dump | ssh svnadmin load ...' more than a few
times for repository migrations)
Bert
#x27;t think that is really an interesting
scenario).
Note that the Cygwin version is an exception to most of this... It is a
Windows build but tries to do everything the unix way.
Bert
dds a file of
their choosing to Subversion though :-)
This whole discussion -in its many iterations- is one of the reasons why I
never looked at enabling this feature on Windows.
Bert
at enabling this feature on Windows.
>
> And nobody has been asking for it to be enabled?
I don't remember anybody asking...
I doubt many users explicitly enable it on other platforms either, but we do
an autodetect there, which usually just works.
Bert
type map before we call into magic.
But looking at this... the way to disable the option with 1.9+ is
$ svn add --config-option config:miscellany:enable-magic-file=no file.xml
That doesn't depend on libmagic implementation details such as the environment
variable.
With 1.7 and 1.8 you can use the mimetype file with your overrides, as this is
processed before libmagic
$ svn add --config-option config:miscellany: mime-types-file=mimemap file.xml
(the mime-types-file option was added to the config in 1.5, but we didn't have
--config-option there)
The file 'mimemap' can then contain something like
[[
text/plain .xml
]]
(First token on the line is the mimetype. All further tokens are extensions. #
lines allowed)
Bert
new code checks what is really there. (Will even
relocate working copies that are still there, but already removed from
svn:externals)
Bert
From: Axel Kittenberger [mailto:axk...@gmail.com]
Sent: dinsdag 6 oktober 2015 13:25
To: users@subversion.apache.org
Subject: svn
g Subversion to add it. What does your
> configure line look like? Have you build any of the dependencies
> yourself?
I think I found these flags in /usr/local/libdata/pkgconfig/serf-1.pc
[[
SERF_MAJOR_VERSION=1
prefix=/usr/local
exec_prefix=${prefix}
libdir=/usr/local/lib
includedir=${prefix}/include/serf-1
Name: serf
Description: HTTP client library
Version: 1.3.8
Requires.private:
Libs: -L${libdir} -lserf-${SERF_MAJOR_VERSION}
Libs.private: -L/usr/local/lib -R/usr/local/lib -laprutil-1 -ldb-5.3 -lgdbm
-lexpat -L/usr/local/lib -R/usr/local/lib -lapr-1 -lcrypt -lpthread -lz
-L/usr/lib -lssl -lcrypto
Cflags: -I${includedir}
]]
Bert
> -Original Message-
> From: Bert Huijben [mailto:b...@qqmail.nl]
> Sent: maandag 19 oktober 2015 13:22
> To: 'Philip Martin' ; 'Lev Serebryakov'
>
> Cc: 'Daniel Shahaf' ;
> users@subversion.apache.org
> Subject: RE: subversi
till private API behind svnmucc can already help you
there)
Bert
From: Ren Wang [mailto:renwang...@gmail.com]
Sent: vrijdag 6 november 2015 19:44
To: users@subversion.apache.org
Subject: Subversion C API
I have posted the same question to the stackoverflow, here it i
There should be an api for the size. Author, creation info, etc. are
attached to the revision in which the file was created.
Bert
From: Ren Wang [mailto:renwang...@gmail.com]
Sent: vrijdag 20 november 2015 16:19
To: users@subversion.apache.org
Subject: how to get node
Diff reports copies of directories as adds of the individual files, while
svnlook changed reports a copy on the root and only interesting changes
below that. Just like how 'svn status' would have reported it before the
commit.
Bert
From: Hartleroad,
d,
replaced and modified.
Some other VCSes don't version directories, so they can't express copies of a
directory... only of the files inside them. Subversion does express copies of
directories.
Bert
is the parent error and the
* SVN_ERR_REPOS_POST_COMMIT_HOOK_FAILED wrapped error is the child
* error.
*
* @a conflict_p, @a new_rev, and @a txn are as in svn_fs_commit_txn().
*/
svn_error_t *
svn_repos_fs_commit_txn(const char **conflict_p,
svn_repos_t *repos,
svn_revnum_t *new_rev,
svn_fs_txn_t *txn,
apr_pool_t *pool);
--
Bert
few properties if we want
to make the behavior explicit.
Bert
From: Ren Wang [mailto:renwang...@gmail.com]
Sent: woensdag 25 november 2015 13:27
To: users@subversion.apache.org
Subject: API for creating file and revision
First of all, I would like to express my apprecia
ation.
Bert
From: Barry Gershenfeld [mailto:gbarr...@gmail.com]
Sent: woensdag 25 november 2015 21:57
To: Subversion
Subject: Re: SVN 1.6.17 dump is growing larger than repository size (approx.
more than 10 times)
Unless svn's changed, you can look in your repositories
)
Bert
From: Yves Martin [mailto:ymartin1...@gmail.com]
Sent: dinsdag 8 december 2015 11:06
To: users@subversion.apache.org
Subject: Re: Unexpected HTTP status 400 'Bad request'.
Hello
Is your repository served read-write by other services like svnserve or
101 - 200 of 401 matches
Mail list logo