RE: svn diff 'path not found' and 'Error reading spooled REPORT request response'

2010-01-22 Thread Bert Huijben
;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

RE: v1.6.9 Windows binary

2010-02-04 Thread Bert Huijben
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

RE: Action needed to get critical SVN related fix in Windows 7 SP1

2010-02-05 Thread Bert Huijben
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

RE: Action needed to get critical SVN related fix in Windows 7 SP1

2010-02-05 Thread Bert Huijben
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

RE: Action needed to get critical SVN related fix in Windows 7 SP1

2010-02-05 Thread Bert Huijben
> -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

RE: new files on SVN

2010-02-10 Thread Bert Huijben
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

RE: Action needed to get critical SVN related fix in Windows 7 SP1

2010-02-13 Thread Bert Huijben
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

RE: merge BASE:HEAD vs update

2010-03-02 Thread Bert Huijben
(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

RE: Why do you need to grant root access to subversion repository??

2010-03-02 Thread Bert Huijben
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

RE: Error "An existing connection was forcibly closed by the remote host" with F5 content switch or working copy on shared drive

2010-03-17 Thread Bert Huijben
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

RE: command line to remove a property

2010-03-29 Thread Bert Huijben
ql) do svn propdel svn:mime-type "%f" $ svn propdel -R svn:mime-type . should work as well. Bert

RE: svn 1.6.9 stuck on CLOSE_WAIT after 'svn info'

2010-04-06 Thread Bert Huijben
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

RE: hook-script with java programm

2010-04-08 Thread Bert Huijben
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

RE: svn export on long paths failed

2010-04-23 Thread Bert Huijben
mit (MAX_PATH minus a few characters) you have to use absolute paths. TortoiseSVN as a Windows Explorer extension always uses absolute paths. Bert

RE: SVN Binary

2010-05-09 Thread Bert Huijben
) 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

RE: Automatically merge of new binary file.

2010-05-10 Thread Bert Huijben
(taking unversioned obstructions as the new version of the same file) so this would give this behavior. Bert

RE: Automatically merge of new binary file.

2010-05-10 Thread Bert Huijben
> -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

RE: long path names on windows prefixed with \\?\ not handled by svn commands

2010-05-11 Thread Bert Huijben
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

RE: race condition on checkin immediately followed by a merge?

2010-05-18 Thread Bert Huijben
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

RE: Subversion source code missing ??

2010-05-20 Thread Bert Huijben
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

RE: Corrupted or unreadable file

2010-05-27 Thread Bert Huijben
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

RE: .svn-revert files under .svn/prop-base directory ...

2010-06-24 Thread Bert Huijben
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

RE: out of date branches

2010-06-30 Thread Bert Huijben
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

RE: Performance of svn+ssh vs. file for multiple files

2010-07-06 Thread Bert Huijben
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

RE: svn symlink support on windows

2010-07-09 Thread Bert Huijben
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

RE: Help: svn: Working copy 'XXXX/XXXX/XXX' locked

2010-07-30 Thread Bert Huijben
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

RE: Repository shrinkage on conversion 1.5 -> 1.6?

2010-08-02 Thread Bert Huijben
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

RE: svn checkout - special characters in file name are not encoding properly

2010-08-09 Thread Bert Huijben
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

RE: Setting multiple properties with on command

2010-08-13 Thread Bert Huijben
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

RE: svn client misinterprets UNC Long Paths under Windows 7

2010-08-17 Thread Bert Huijben
. 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

RE: [ANNOUNCE] svnrdump: A new dumper/ loader in trunk

2010-08-19 Thread Bert Huijben
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

RE: Checksum mismatch commit 1.6.9

2010-08-25 Thread Bert Huijben
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

RE: finding out the repository version

2010-08-27 Thread Bert Huijben
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

RE: Reverse merge - Halted due to an unexpected erro

2010-08-31 Thread Bert Huijben
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

RE: Crash merging into branch using SlikSVN

2010-09-02 Thread Bert Huijben
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

RE: SSL handshake failed: SSL error: A TLS warning alert has been received.

2010-09-06 Thread Bert Huijben
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

RE: Up-to-date-ness check before commit and merge

2010-09-14 Thread Bert Huijben
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

RE: subversion configuration problem

2010-09-15 Thread Bert Huijben
: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

Re: inconsistency between mergeinfo records

2015-02-23 Thread Bert Huijben
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

RE: Update Error over VPN

2015-03-08 Thread Bert Huijben
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

RE: Update Error over VPN

2015-03-10 Thread Bert Huijben
sion 1.9 pre-beta version... It would be very interesting to know if this has the same effect for you. Bert

Re: 1.8 bug(?): svn:mergeinfo set for tree-conflicted files in subdirs

2015-03-11 Thread Bert Huijben
.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:

RE: 1.8 bug(?): svn:mergeinfo set for tree-conflicted files in subdirs

2015-03-13 Thread Bert Huijben
> -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

RE: 1.8 bug(?): svn:mergeinfo set for tree-conflicted files in subdirs

2015-03-14 Thread Bert Huijben
[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.

RE: 1.8 bug(?): svn:mergeinfo set for tree-conflicted files in subdirs

2015-03-14 Thread Bert Huijben
> -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

RE: Exception: libsvn_wc\update_editor.c line 1550: assertion failed (action == svn_wc_conflict_action_delete)

2015-03-14 Thread Bert Huijben
. 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

Re: Exception: libsvn_wc\update_editor.c line 1550: assertion failed (action == svn_wc_conflict_action_delete)

2015-03-15 Thread Bert Huijben
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

RE: Subversion 1.9 working copy compatibility

2015-03-16 Thread Bert Huijben
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

RE: Reoganizing svn structure and error "shares no common ancestry"

2015-03-18 Thread Bert Huijben
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

RE: Status of files with whitespace and EOL changes only

2015-03-19 Thread Bert Huijben
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

RE: Status of files with whitespace and EOL changes only

2015-03-19 Thread Bert Huijben
> -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

RE: Apache Subversion 1.9.0-beta1 released

2015-03-25 Thread Bert Huijben
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

RE: Branching slow 1.8.11 https

2015-03-28 Thread Bert Huijben
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

RE: Branching slow 1.8.11 https

2015-03-31 Thread Bert Huijben
> -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

RE: E160000 due to empty revisions when requesting log by date range (v. 1.8.11)

2015-04-03 Thread Bert Huijben
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

RE: 411 Length Required error thrown, yet Subersion server is not Fronted by proxy or reverse proxy

2015-04-03 Thread Bert Huijben
. 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

RE: Changing external to sub-directory yields W155007 and E205011

2015-04-08 Thread Bert Huijben
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

RE: Path-based authorization ignores most specific path

2015-04-13 Thread Bert Huijben
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

RE: Subversion Exception diff_editor.c 1626

2015-04-17 Thread Bert Huijben
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 "

RE: The XML response contains invalid XML

2015-04-21 Thread Bert Huijben
7; file created by running this command. Did you check that file? Bert

RE: Tortoise Subversion Exception, Help Needed

2015-04-22 Thread Bert Huijben
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.

RE: building SVN trunk on Windows fails on python gen-make.py

2015-04-22 Thread Bert Huijben
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

RE: The XML response contains invalid XML

2015-04-22 Thread Bert Huijben
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

RE: Dealing with very old repo format (version 1)

2015-04-28 Thread Bert Huijben
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

Re: Cannot checkout or clean up using 1.9 dev build

2015-04-29 Thread Bert Huijben
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

RE: API accessing property diff of svn:mergeinfo

2015-05-06 Thread Bert Huijben
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

RE: Error with quick-start experiment

2015-05-28 Thread Bert Huijben
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

RE: Error with quick-start experiment

2015-05-28 Thread Bert Huijben
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

RE: Error with quick-start experiment

2015-05-28 Thread Bert Huijben
. 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

RE: svn 1.8.13 test failures: wc-queries-test.exe and move_tests.py

2015-05-29 Thread Bert Huijben
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

RE: svn 1.8.13 test failures: wc-queries-test.exe and move_tests.py

2015-06-01 Thread Bert Huijben
> -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

RE: building SVN trunk on Windows fails on python gen-make.py

2015-06-22 Thread Bert Huijben
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

Re: Subversion 1.8.13 on Cygwin: E170000 or E180001: Unable to connect to a repository at URL , Unable to open an ra_local session to URL

2015-06-25 Thread Bert Huijben
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:

RE: Subversion 1.8.13 on Cygwin: E170000 or E180001: Unable to connect to a repository at URL , Unable to open an ra_local session to URL

2015-06-26 Thread Bert Huijben
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

RE: E175002

2015-07-13 Thread Bert Huijben
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.

RE: Feature request: Save the old file when svn revert

2015-07-22 Thread Bert Huijben
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

Re: Broken SVN revision paths encoding

2015-07-28 Thread Bert Huijben
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

RE: Is it safe to redirect from HTTP to HTTPS in case of svn:externals?

2015-08-19 Thread Bert Huijben
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

RE: How to pass a message file in UTF8 encoding to svn commit?

2015-08-27 Thread Bert Huijben
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

RE: Can't dump a subtree using svnrdump

2015-08-30 Thread Bert Huijben
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

RE: Access denied error on checkout-commit after updating to 1.9.X

2015-09-05 Thread Bert Huijben
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

RE: chcp has no effect on output encoding for chcp

2015-09-08 Thread Bert Huijben
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

RE: win32svn for 1.9.1?

2015-09-10 Thread Bert Huijben
; 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

RE: 1.9 - Can't resolve to 'mine full' option for binary file conflict

2015-09-14 Thread Bert Huijben
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

RE: Incomplete SVN dump files

2015-09-16 Thread Bert Huijben
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

RE: Bug report: The auto-props setting of svn:mime-type is impossible to avoid.

2015-10-04 Thread Bert Huijben
#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

RE: Bug report: The auto-props setting of svn:mime-type is impossible to avoid.

2015-10-04 Thread Bert Huijben
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

RE: Bug report: The auto-props setting of svn:mime-type is impossible to avoid.

2015-10-05 Thread Bert Huijben
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

RE: Bug report: The auto-props setting of svn:mime-type is impossible to avoid.

2015-10-06 Thread Bert Huijben
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

RE: svn segfaults on relocate when having a not checked out external

2015-10-06 Thread Bert Huijben
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

RE: subversion 1.9.2 could not be built "all-static" on FreeBSD 10+

2015-10-19 Thread Bert Huijben
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

RE: subversion 1.9.2 could not be built "all-static" on FreeBSD 10+

2015-10-19 Thread Bert Huijben
> -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

RE: Subversion C API

2015-11-08 Thread Bert Huijben
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

RE: how to get node property by using C API

2015-11-20 Thread Bert Huijben
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

RE: svnlook changed doesn't include all of the files that are part of the commit

2015-11-23 Thread Bert Huijben
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,

RE: svnlook changed doesn't include all of the files that are part of the commit

2015-11-23 Thread Bert Huijben
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

RE: svn_repos_fs_commit_txn error

2015-11-24 Thread Bert Huijben
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

RE: API for creating file and revision

2015-11-25 Thread Bert Huijben
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

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

2015-11-25 Thread Bert Huijben
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

RE: Unexpected HTTP status 400 'Bad request'.

2015-12-08 Thread Bert Huijben
) 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

<    1   2   3   4   5   >