RE: Can the Apache front end and svnserve service run on the sameserver?

2015-08-07 Thread bert
See also http://subversion.apache.org/docs/release-notes/1.7.html#per-repos-authz Bert Sent from Mail for Windows 10 From: Thorsten Schöning Sent: woensdag 5 augustus 2015 21:34 To: users@subversion.apache.org Subject: Re: Can the Apache front end and svnserve service run on the sameserver

RE: svn (un)lock commands succeed when pre-(un)lock hooks fail on svn 1.9

2015-08-22 Thread bert
, and it is not clear which part you call succeeded? The number of regression test of this operation was increased significantly for 1.9, as the behavior was made more consistent over the different ra layers and atomicity was improved. Bert Sent from Mail for Windows 10 From: Gustavo

RE: Incomplete SVN dump files

2015-09-15 Thread bert
editing the revisions in this format; as is sometimes done on migrations) Bert From: Eric Johnson Sent: dinsdag 15 september 2015 07:16 To: users@subversion.apache.org Subject: Incomplete SVN dump files I'm in a situation where I'm dumping Subversion repositories from remote locati

RE: Redirection "svn info -r HEAD"

2015-09-18 Thread bert
I don’t have this known broken set of commandline binaries installed on my system. (I had to track a few similar cases earlier this week, all caused by this CRT linkage problem) Bert From: Fredrik Klasson Sent: vrijdag 18 september 2015 11:34 To: users@subversion.apache.org Subject: Redirection

RE: Redirection "svn info -r HEAD"

2015-09-18 Thread bert
. They reverted to using a shared CRT in the latest builds which fixes these problems. Bert From: Fredrik Klasson Sent: vrijdag 18 september 2015 13:36 To: b...@qqmail.nl Cc: users@subversion.apache.org Subject: Re: Redirection "svn info -r HEAD" Ok thanks for the input :) Sounds

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

2015-10-04 Thread bert
by the xml inventers was a safe decision. Your files are just not 'generic xml', and should have a more specific type. Bert From: Ivan Zhakov Sent: zondag 4 oktober 2015 11:35 To: Edward d'Auvergne Cc: users@subversion.apache.org Subject: Re: Bug report: The auto-props se

RE: Commit Size Restriction

2016-07-13 Thread bert
would just use a simple commit filter if necessary, to avoid users accidentally committing DVD images. Bert Sent from Mail for Windows 10 From: Siva Sent: woensdag 13 juli 2016 16:07 To: subversion-users Subject: Commit Size Restriction Hi All, My Subversion Edge is installed in Windows Server

Re: subversion changes file permissions on commit

2013-10-22 Thread bert
Does the file have any specific properties, such as svn:eol-style or svn:keywords? Bert From: Thorsten Schöning Sent: ‎Tuesday‎, ‎October‎ ‎22‎, ‎2013 ‎8‎:‎05‎ ‎AM To: users@subversion.apache.org Guten Tag Branko Čibej, am Dienstag, 22. Oktober 2013 um 07:13 schrieben Sie: >

RE: crash report

2010-10-10 Thread Bert Huijben
eported issue in sliksvn: > http://svn.haxx.se/users/archive-2010-09/0065.shtml The 1.6.13 binaries with a fix for this error should be on the site soon. (I provided the binaries, but they have to be placed on the public site) Bert > hth, > > Lieven

RE: German console output

2010-10-21 Thread Bert Huijben
modules and internationalized. > (Since Svn origined at CollabNet.) The binaries from the Slik Subversion client (http://www.sliksvn.com/en/download) also support localization (and BDB + Sasl), but they only support the client parts of Subversion; not the server. Bert

RE: Feature request: Support of Windows Codepage 850

2010-11-01 Thread Bert Huijben
quest: > "svn cat file" should also work with Codepage 850. > > Who agrees, that this feature request is worth a prio P4 issue? > > (I have to use Codepage 850, because Cygwin needs it.) 'svn cat file' doesn't perform any translation at all. It just writes what is in 'file' to the standard output device. (Subversion doesn't know which character encoding is used in 'file') Bert

RE: pre-lock.bat Failed in Repo browser

2011-03-08 Thread Bert Huijben
I don't think %VISUALSVN_SERVER% is set in your lock script. Subversion explicitly clears most environment variables before calling hook scripts. Most likely your script can't find svnlook.exe Bert From: Waseem Bokhari [mailto:waseem.bokh...@netsoltech.

RE: XML parsing and checksum mismatch errors at updates and checkouts

2011-04-08 Thread Bert Huijben
sn't receive all checksums in all places. Serf receives a few more, because it uses a request per file. For trunk I fixed the missing checksums for 1.7, so a trunk server with a trunk client gets all the checksums editor v1 supports. But using an older server or an older client will not. In that case you just get the calculated checksums in your working copy. I think this server is pre 1.5, but it is certainly possible to get invalid checksums in a checkout when you encounter the problems mentioned in issue #3711. But you don't encounter these problems with trunk clients. Bert

RE: repo on Windows -- why not?

2011-04-28 Thread Bert Huijben
ttpd to > authenticate against AD. But currently this doesn't support NTLM/SSPI yet where you don't have to use/cache your credentials. Using mod_auth_sspi in Apache on Windows (or VisualSVN server, which does the same thing + adds their own extensions) does support that. Bert

RE: Chkeckout only a portion of a repoistory

2011-05-10 Thread Bert Huijben
lder, they should be completely removed from your working copy, leaving a marker that they shouldn't be updated. (You can bring them back by --set-depth infinity on a parent or an explicit update of PATH itself). This option is available for directories since Subversion 1.6. (In 1.7 you can also use it to exclude a specific file) Bert

RE: svnadmin: Path '....' is not in UTF-8 - svnadmin load fails

2011-05-31 Thread Bert Huijben
elf to do > this, hence my suggestion to use third-party tools. The problem is: We just know it isn't utf-8. But that doesn't tell us how to fix it. But which encoding does it have, if it isn't utf-8 as expected? Without telling Subversion could choose from hundreds of different encodings (iso-8859-1?, etc., etc.), which might just contain the one you would like. (Or maybe your filesystem used format 101). Subversion defines that it must be utf-8, so it can't answer this question for you. Bert

RE: How to undo a switch?

2011-06-07 Thread Bert Huijben
; > BTW: In case you wonder if that is a bug or feature, I have used this feature > to switch a file to a directory. The current Subversion 1.7 development snapshot warns you when you do this and requires that you pass --ignore-ancestry if you really want to switch to something unrelated. Bert

RE: 1.7.0-alpha1 feedback (Issue #3933)

2011-06-21 Thread Bert Huijben
ust be canonical, we shouldn't see this problem. But as I found out (and fixed in r1137927) our uri canonicalization for user provided uris didn't check port numbers at all. Bert

RE: Possible bug moving file and then deleting directory

2011-06-23 Thread Bert Huijben
', wc_dir) # So we run update run_and_verify_svn(None, None, [], 'up', wc_dir) # And now we can commit run_and_verify_svn(None, None, [], 'ci', '-m', '', wc_dir) (It is actually part of http://svn.apac

RE: access denied errors Windows 7

2011-06-28 Thread Bert Huijben
D8A18' and not like ''C:\svn-451D8A18'? (Can you copy an exact error message?) This is an export from a url to a directory and not an export from a directory to a directory? Bert

RE: Doing svn checkouts on top of svn checkouts?????

2011-07-12 Thread Bert Huijben
update to the requested revision (or in this case HEAD) This was originally designed so you could create restartable scripts that perform a checkout. So if the checkout fails you can just rerun checkout and it continues where it stopped the last time. (For scripts this might be easier than running 'svn update $targetdir) Bert

RE: Doing svn checkouts on top of svn checkouts?????

2011-07-12 Thread Bert Huijben
en on a commit? :-) No, you can't switch a subtree to a different repository. You can exclude a directory and perform a new checkout in its place though. But this starts a new working copy. Bert

RE: Perplexing results of SVN commit

2011-07-12 Thread Bert Huijben
e files in the same second when the filesystem has less than or exactly 1 second timestamp precision) A clock skew between tool and filesystem might introduce this problem if you have a script that updates files directly after update. But personally I would guess that Ryan's answer is far more likely as usually at least some file sizes change. Bert

RE: 1.7 alpha3 bug (assert/exception) during update

2011-07-19 Thread Bert Huijben
nbridge.codeplex.com ). Their documentation says that they created svnbridge by reverse engineering the wire protocol of TortoiseSVN (somewhere around Subversion 1.5) Bert

RE: Subversion: existing users

2011-07-19 Thread Bert Huijben
ly I'm wrong, since you say that user 'andy' has to run svnserve > himself. If we do this for 'andy' and "bill' does this mean we're > running two copies of svnserve at the same time, one as user 'andy' and > the other as user 'bill'? Svnserve can be used in two different modes. If you use svnserve via svn:// things work as you assumed. But if you use svn+ssh:// svnserver is started as the user who creates the ssh tunnel (as described in this mail). Bert

RE: Logging Subversion client HTTP requests

2011-07-31 Thread Bert Huijben
sites. I will let you know otherwise. Codeplex is a reimplementation of the svn server by reverse engineering (instead of looking at the developer documentation), so it might be different in ways not detected by the standard libraries. (And they have quite a list of 'known' issues that a

RE: Do svn:externals changes need to be committed to work?

2011-08-02 Thread Bert Huijben
the new working copy store. The next 'svn update' will apply the changes even if the directory on which they are defined was never committed. Bert

RE: 1.7 'svn upgrade' issue on windows vista

2011-08-05 Thread Bert Huijben
re case sensitive to > the WC folder name. > > The following test case shows the steps to reproduce the problem using a > public server: Thanks for reporting (and the nice reproduction recipe). I just fixed the issue in r1154165. (This patch won't make beta 3, but I'll nominate it for backport for 1.7.0) Bert

RE: 1.7 corrupts WC when reverting add of changelist member

2011-08-10 Thread Bert Huijben
this issue in our test suite and fixed it on trunk in r1156098. (The fix is nominated for backport to 1.7) Bert

RE: [Subversion] Rational Rhapsody files, lock unlock philosophy

2011-08-10 Thread Bert Huijben
same site. The version you are looking at was written for Subversion 1.0 and a lot has changed since then. (I think svn lock wasn't introduced until 1.1 or 1.2) Bert

RE: svn command line client SNI

2011-08-12 Thread Bert Huijben
our Subversion client is compiled against a recent openssl and neon/serf version it supports SNI. (I think most binary distributions fall in this category) Bert > > Cheers > Mario

RE: Proxy authentication with Negotiate uses wrong host

2011-08-24 Thread Bert Huijben
enable them in Subversion. (Or maybe neon can just enable the safe protocols all the time?) @serf developers: This should probably be handled in serf too. Bert

RE: 1.7.0-rc2: abnormal program termination on Windows

2011-09-07 Thread Bert Huijben
le:///d:/temp/test/repo.svn with three slashes after file:. file://server/share/ would translate to \\server\share, so your path points to \\d:\temp\test\repo.svn. Bert

RE: Recursion / reentrancy in SVN 1.7

2011-09-15 Thread Bert Huijben
database at all, while we used to allow reading the entries for things like status. What kind of error do you get? (The SharpSvn stacktrace isn't really interesting for the users on this list, but the message that is part from the trace matches exactly what you would get from svn) Bert

RE: Authentication realm

2011-09-30 Thread Bert Huijben
server. Bert From: Gavin Baumanis [mailto:gav...@thespidernet.com] Sent: vrijdag 30 september 2011 5:14 To: Subversion Users Subject: Authentication realm Hi Everyone, We recently created a DNS entry for our subversion repository. Prior to this we just use the

RE: TortoiseSVN exception dialog improvements?

2011-10-18 Thread Bert Huijben
no return possible', but you get a boolean in the handler to see in which variant you are. Another option is to throw a C++ exception and catch it when the call stack is back in your code. If you then clean the pool you passed to the function your own code should work reliable again. (You can't be sure that calling into Subversion is safe, but from what I hear from AnkhSVN users it appears to just work even though I do recommend them to restart Visual Studio if this problem occurs) Bert

RE: Very big problems with access rights (authz file using) in SVN v1.7.0

2011-10-18 Thread Bert Huijben
ictedDir, etc. I can see some problems, which might need fixing but I'm still not sure what your specific problem is. (I'm not sure if the problems I currently see are regressions. Still looking into that) The error you see would only make sense if the working copy doesn't know about RestrictedDir, except that it is a locally added file or directory. When the server then tells that there should be a restricted path there you get this error. But giving a working copy with a single user, that is +- impossible to read in your mail. Bert

RE: E155010: "The node was not found" when updating a sparse working copy

2011-10-18 Thread Bert Huijben
found. Ok, this one is easy to reproduce with this clean reproduction script. (Confirming this as an issue) I will look into this. Bert

RE: Re[4]: Very big problems with access rights (authz file using) in SVN v1.7.0

2011-10-18 Thread Bert Huijben
> -Original Message- > From: Andrey [mailto:and...@online-solutions.ru] > Sent: dinsdag 18 oktober 2011 15:53 > To: Johan Corveleyn > Cc: Stefan Sperling; Bert Huijben; users@subversion.apache.org > Subject: Re[4]: Very big problems with access rights (authz file usin

RE: Re[4]: Very big problems with access rights (authz file using) in SVN v1.7.0

2011-10-18 Thread Bert Huijben
> -Original Message- > From: Bert Huijben [mailto:b...@qqmail.nl] > Sent: dinsdag 18 oktober 2011 19:43 > To: 'Andrey'; 'Johan Corveleyn' > Cc: 'Stefan Sperling'; users@subversion.apache.org > Subject: RE: Re[4]: Very big problems with

RE: Re[4]: Very big problems with access rights (authz file using) in SVN v1.7.0

2011-10-18 Thread Bert Huijben
> -Original Message- > From: Johan Corveleyn [mailto:jcor...@gmail.com] > Sent: woensdag 19 oktober 2011 0:32 > To: Bert Huijben > Cc: Andrey; Stefan Sperling; users@subversion.apache.org > Subject: Re: Re[4]: Very big problems with access rights (authz file usin

RE: Re[4]: Very big problems with access rights (authz file using) in SVN v1.7.0

2011-10-19 Thread Bert Huijben
> -Original Message- > From: Johan Corveleyn [mailto:jcor...@gmail.com] > Sent: woensdag 19 oktober 2011 9:26 > To: Bert Huijben > Cc: Andrey; Stefan Sperling; users@subversion.apache.org > Subject: Re: Re[4]: Very big problems with access rights (authz file using) in &g

RE: Case-only renames

2011-10-21 Thread Bert Huijben
#x27;aNYcASE' to 'TrueCase'. But this is currently only implemented on Windows and some tests still fail on OS/X. Some problems are fixed on OS/x by moving to SHA1 based pristines, but the APR api fix is needed to detect naming collisions properly. Bert

RE: Property encoding (was: Error during svnadmin load (svnadmin: E125005: Cannot accept non-LF line endings in 'svn:log' property))

2011-10-26 Thread Bert Huijben
namespace there are no binary properties. Svnsync doesn't transform other properties. Bert

RE: "Couldn't open rep-cache database" (post commit FS processing)

2011-11-16 Thread Bert Huijben
s atomic initialization call failed: the callback function failed and returned an error. This result is then ignored in some code paths. It is most likely not caused by the atomic operations failing itself, but more likely by an initialization error in a third party library. Bert

RE: Crash after upgrading to 1.7.2 from 1.6.1 in KDevelop

2012-01-24 Thread Bert Huijben
this worked ok for some operations although it was documented as *don't do this* since well before 1.0. Since Subversion 1.7 it will create this crash. Googling for kdevelop and Subversion got me: https://bugs.kde.org/show_bug.cgi?id=284061 Which validates my guess, and says it has been fixed since October 2011. So you should probably upgrade your kdevelop. Bert

RE: Seeking recommendations on sharing Subversion config within a development team

2012-01-24 Thread Bert Huijben
settings are under: HKEY_LOCAL_MACHINE\Software\Tigris.org\Subversion\Config (add WOW6432 when necessary for Win64) You can also use a configuration file in the all users appdata, just like you can use setting files in /etc/ on unix. Bert From: Timothy Astle

RE: Issue report: subversion 1.7.2 windows command line client cannot copy URL -> WC if URL contains externals

2012-02-22 Thread Bert Huijben
re failure status. > ]]] I don't think the code should be conditional for Windows. On other platforms we should also close databases that we are about to move as our references to it (via abspath) are no longer valid anyway. (And who knows what sqlite does with the path intern

RE: HTTPS with Serf: Certificate untrusted?

2012-03-08 Thread Bert Huijben
certificates as accepted for explicit errors like out of date or authority untrusted. When the certificate processing in the serf library is fixed Subversion will automatically work as expected. Bert > > Regards, > Joel

RE: Building Subversion For Windows

2012-03-09 Thread Bert Huijben
Hi, If you are using Subversion 1.7.3 for your test, please upgrade to 1.7.4. Subversion 1.7.3 always tries to build with apache httpd. This issue was fixed in 1.7.4. Bert From: Brad Lemings [mailto:b...@rebit.com] Sent: vrijdag 9 maart 2012 19:21

RE: Feature request - SVN command to clean a working copy of all unversioned and ignored files and directories

2012-03-14 Thread Bert Huijben
y and assume this magically cleans up) When running from Visual Studio it appears that there are leftovers, but this is mostly because the Intellisense uses the same infrastructure to get its information. If you do find places where the common tasks leave files behind please report them as Microsoft is still taking bug reports for Visual Studio 11. And if these are Subversion and/or AnkhSVN specific problems please also send me a mail so I might be able to reach out via a few other channels. Bert

RE: svn 1.7: how to recover from a lost pristine file

2012-03-28 Thread Bert Huijben
> > [[[ > $ sqlite3 .svn/wc.db "delete from work_queue" > > $ sqlite3 .svn/wc.db "select * from work_queue" > > > C:\Work\WC-root>svn-1.7 up -r0 the/file/with/missing/pristine.java > svn: E155004: Working copy 'C:\Work\WC-root\the\file\with\missing' locked. > svn: E155004: 'C:\Work\WC-root' is already locked. > svn: run 'svn cleanup' to remove locks (type 'svn help cleanup' for details) > > C:\Work\WC-root>svn-1.7 cleanup > > > > C:\Work\WC-root>svn-1.7 up -r0 the/file/with/missing/pristine.java > Updating 'the\file\with\missing\pristine.java': > svn: E720002: Can't open file > 'C:\Work\WC- > root\.svn\pristine\6d\6d6e0892990e945b03a15b8e518dbef26848dc75.svn- > base': > The system cannot find the file specified. > > > > $ sqlite3 .svn/wc.db "select * from work_queue" > 2|(file-install the/file/with/missing/pristine.java 1 0 1 1) > > ]]] > > Any other suggestions? Maybe 'svn up --set-depth exclude X' instead of -r0. And then a 'svn up X' Bert

RE: svn 1.7: how to recover from a lost pristine file

2012-03-28 Thread Bert Huijben
> -Original Message- > From: Johan Corveleyn [mailto:jcor...@gmail.com] > Sent: woensdag 28 maart 2012 17:25 > To: Daniel Shahaf > Cc: Bert Huijben; Philip Martin; users@subversion.apache.org > Subject: Re: svn 1.7: how to recover from a lost pristine file > > O

RE: Problem with partial check out

2012-03-31 Thread Bert Huijben
’ update performs a single operation with network initiation for every selected item. Usually that is orders of magnitude slower than performing a recursive operation on the root. (Subversion is fully optimized for recursive operations; not for single item operations) Bert From

RE: Feature request: Easy tree conflick resolve mechanism

2012-04-13 Thread Bert Huijben
. In 1.6 you should have resolved the tree conflict in the same way, but the recovering process from missing data was about the same thing. In 1.7 we can usually also recover from the missing conflicted data, so you get the conflicted data back. Bert

RE: "svn cl" input from "svn st"

2012-04-26 Thread Bert Huijben
; M alpha > > M epsilon/zeta > > $ svn status | grep '^[A-Z]' | sed 's/^. \(.*\)$/\1/' > > $ svn status | sed -n 's/^[A-Z] \(.*\)$/\1/p' # From memory, untested This filters property changes and tree conflicts (column 2

RE: How to ignore a versioned subdirectory within the whole tree during svn update?

2012-04-26 Thread Bert Huijben
out --depth empty URL > svn ls (view items that could be here) > for each item of interest: > svn checkout --set-depth infinity item_of_interest Replace this 'checkout' with 'update', or you get just many separate working copies. In this case you can also drop the '--set-depth infinity' as that is the default for new nodes that come in from the repository this way. Bert

RE: Getting SVN E155035 after multiple updates of repository

2012-05-13 Thread Bert Huijben
or. I will try to do some testing in this direction later this week) If you just did a checkout and then an update, this should never happen. My guess would be that you have other problems, but it is hard to tell without a reproduction. Some information on the authorization settings of the repository would help us get further in diagnosing your problem. Bert > > I'm using svn-1.7.4 on the client and the server is running 1.4.2. > > Cheers > > Adam

RE: Directory as part of the changelist - possible?

2012-05-26 Thread Bert Huijben
design the feature welcome on dev{_AT_}subversion.apache.org :-) Bert

RE: Issues with externals

2012-06-01 Thread Bert Huijben
sources... but they aren't as easy to use as they should be, and > come with some bizarre (non-intuitive) semantics. > > Is this bugworthy? This was fixed in Subversion 1.7.0+, using the new working copy database. We now keep track of exactly what externals were installed during update to allow removing them later, even when they were only referenced from uncommitted svn:externals properties. Bert

RE: svn status leaves out changes in externals

2012-06-01 Thread Bert Huijben
using 'svn checkout' or 'svn update'. Bert From: Matthias Meixner [mailto:matthias.meix...@verifone.com] Sent: vrijdag 1 juni 2012 10:37 To: users@subversion.apache.org Subject: svn status leaves out changes in externals Hello! In all versions u

RE: Externals: sqlite: constraint failed

2012-06-05 Thread Bert Huijben
cific Sqlite versions. (This would be a known issue and upgrading Sqlite to 3.7.9 or later the recommended action) Some specific builds of Sqlite may enable foreign key constraints by default; this may also cause this issue. But in that case I would call it a bug in Subversion. Bert

RE: Status after svn_client_move6

2012-06-07 Thread Bert Huijben
n), then a compare is performed. But if the file is (temporarily) not readable, because some other process blocks that the file is marked as 'modified'. This other process could be a file indexer, a virusscanner, a disk status monitor, etc. What you see later is probably that the file was closed and the status succeeds again. Bert

RE: Potential issue in libsvn_diff:diff_file.c:find_identical_prefix

2012-06-07 Thread Bert Huijben
id you use? I think this issue was fixed in Subversion 1.7.2: (From http://svn.apache.org/repos/asf/subversion/tags/1.7.2/CHANGES) * properly define WIN64 on Windows x64 builds (r1188609) Not by a code change here in this piece of the code, but by making sure that the pointer size is defined correctly in apr. So that would fix this issue and maybe several others. Bert

RE: Potential issue in libsvn_diff:diff_file.c:find_identical_prefix

2012-06-07 Thread Bert Huijben
> -Original Message- > From: Bert Huijben [mailto:b...@qqmail.nl] > Sent: donderdag 7 juni 2012 11:34 > To: 'Daniel Widenfalk'; d...@subversion.apache.org; > users@subversion.apache.org > Subject: RE: Potential issue in libsvn_diff:diff_

RE: Subversion SCC providers?

2012-06-20 Thread Bert Huijben
some ideas on how we can provide a limited set of the AnkhSVN features to other MSSCCI based tools, but some of the tools we really would loved to have support for, have yet another SCC implementation) Bert > > ~ mark c

RE: svn rm much slower on 1.7.5 than on 1.6 (with SQL timings)

2012-06-25 Thread Bert Huijben
d that the exclusive locking patch in issue 4176 > helps: http://subversion.tigris.org/issues/show_bug.cgi?id=4176 This sounds like the scalability problem that was fixed by upgrading Sqlite 3.7.9 or later. (Without that we perform a full table scan, which in this case would be 2 million times (the number of nodes) slower than deleting with the proper index usage) Bert > > -- > Philip

RE: Issue: svn:externals syntax does not accept -rHEAD

2012-06-25 Thread Bert Huijben
n syntax. What is so difficult > to allow -rHEAD on svn:externals? We don't have forward history searching in Subversions filesystems. So allowing this option requires extending the filesystem layer. And given that usually -r follows copies, there could be multiple answers, which makes designing this option in the filesystem hard and the result inconclusive. Bert

RE: Nested status if external link folder have another external link folder under it

2012-06-26 Thread Bert Huijben
The nested status is a TortoiseSVN specific status that tells you that there is a working copy below the parent working copy (a ‘nested’ working copy). This is exactly how externals are implemented in Subversion, so I would recommend leaving it at this. Bert From: 許阿光

RE: Possible svnsync data loss bug?

2012-06-28 Thread Bert Huijben
a > single file (or a set of files) in history. By configuring an authz > policy that denies access to that file, one can svnsync to a new > repository, which is then free of corruption (without the corrupted > file of course). > > > Any reason svnsync couldn't grow a "--fail-on-access-error" option? > > Sure, I think that could be useful (as long as it's not the default > (backwards compat)). The problem here is that we don't get an access denied error. Svnsync just notes an empty revision, which is somehow valid. (We try not to create empty revisions, but there are quite a few repositories that have them via different tricks or bugs). So we should have a way to detect that this happens. Bert > > -- > Johan

RE: Issue #2243 still exists with svn 1.6.17

2012-06-30 Thread Bert Huijben
directory and everything below that ignoring the case that with proper ignore handling. The --force allows calling it on an already versioned directory. Bert From: Alan McGovern [mailto:a...@xamarin.com] Sent: zaterdag 30 juni 2012 01:34 To: users@subversion.apache.org Subject:

RE: Issue #2243 still exists with svn 1.6.17

2012-06-30 Thread Bert Huijben
low). More than a few users asked similar and related questions there over the years. SharpSvn is a thin layer over the client api, so most questions equally apply to direct users of the libsvn_client api. Bert From: Alan McGovern [mailto:a...@xamarin.com] Sent: zaterd

RE: svnsync does not pass username

2012-07-03 Thread Bert Huijben
vn_repository\vpl_slave Rev: 0 User: "", """ > > Looks to me your username somewhere is changed to "", because this is > logged as %userName% and %3. If %3 would be an empty string, it > wouldn't get replace to "" in my opinion. If username is "" somehow, > your if fails, of course. Are you sure the target repository doesn't allow anonymous access? If it allows anonymous access the client will only upgrade to authentication when it needs to. Bert

RE: svn_wc_prop_set4 not working as expected.

2012-07-06 Thread Bert Huijben
Every svn_wc API that changes the working copy requires its caller to obtain a write lock. In the past that was done via the access batons and now it requires another call. But the most common ones are still private. Bert Huijben (Cell phone) From: Daniel Shahaf Sent: 7-7-2012 1:02 To: lfdon

RE: "svn cleanup" fails because it can't find a temp file

2012-07-10 Thread Bert Huijben
h it won't be if the file is already moved, but some later operation (like obtaining the timestamp) fails. Bert

RE: Square brackets in file names and authz (in VisualSVN 2.5.5)

2012-07-12 Thread Bert Huijben
. But then, I don’t know how that affects the current comment syntax. We should really check the source before making a decision. Bert From: Jason Heeris [mailto:jason.hee...@gmail.com] Sent: donderdag 12 juli 2012 11:37 To: Johan Corveleyn Cc: Matthew Pounsett

RE: "svn cleanup" fails because it can't find a temp file

2012-07-13 Thread Bert Huijben
> -Original Message- > From: Bert Huijben [mailto:b...@qqmail.nl] > Sent: dinsdag 10 juli 2012 16:52 > To: 'Philip Martin'; 'Johan Corveleyn' > Cc: 'Dave Huang'; users@subversion.apache.org > Subject: RE: "svn cleanup" fails be

RE: How to prefer ipv4 over ipv6?

2012-07-18 Thread Bert Huijben
ured specifically, while DNS was invented to avoid that. Bert

RE: error on SVN upgrade working copy when repository has been relocated

2012-07-27 Thread Bert Huijben
the fix will be part of Subversion 1.7.6. (The fix is of course that we normalize this url on import) If possible I would recommend marking the tree conflict as resolved using an old client and then upgrading again. Bert

RE: AW: Corrupt .svn directory using Subversion 1.7

2012-08-21 Thread Bert Huijben
e same operation. Until the operation is completed on some subtree the directory is marked incomplete and this will make the next update (after interruption) load missing children. (This 'incomplete' behavior was implemented far before 1.0) Bert

RE: E200030 error on checkout

2012-08-22 Thread Bert Huijben
recommend going to a very recent 3.7 version as there are relevant optimizer fixes that may speed up several operations. Bert From: Ferreira, Matthew [mailto:mferre...@navisite.com] Sent: woensdag 22 augustus 2012 14:15 To: users@subversion.apache.org Subject: RE: E200030 error

RE: Pristiine copy not present

2012-08-24 Thread Bert Huijben
; does not access the repository (well, maybe > except for upgraded 1.0 working copies or something like that, Bert > would know :)), so it doesn't need these arguments. svn upgrade needs access to the repository for 1.0 working copies, but svn cleanup never. (Very early in 1.7 developmen

RE: problem with dialog box uisng Tortoisesvn

2012-09-05 Thread Bert Huijben
$ svn ci -m "comment" Is a common way for documentation to tell that you should type exactly what is behind the $. The '$' itself is a placeholder for your prompt which could be something like 'C:\Windows>' on Windows or something like '~/svn-site (ber

RE: SVN keeps getting my AD password revoked.

2012-09-18 Thread Bert Huijben
scenarios where Eclipse/Subclipse/Subversion retries for you, but that is not something we can fix with a single generic solution in Subversion itself. In my case my mail client and VPN access were more likely to get me locked out. Bert > > Does this sound familiar? > Thanks Wendell Nichols

RE: Apache won't start after upgrade

2012-09-21 Thread Bert Huijben
to Windows Error reporting and I would guess that it is optional as well. Bert From: Hawkins, John [mailto:john.hawk...@transcore.com] Sent: vrijdag 21 september 2012 09:54 To: Hawkins, John; Mark Phippard Cc: users@subversion.apache.org; TCORE-CM Subject: RE: Apache won

RE: Help needed: 'History scheduled with commit'

2012-10-10 Thread Bert Huijben
ching to the new working copy backend. The result in the repository will be identical to what it was before 1.7, but status explains better what really happens. And now it can also report 'M +' when the file is scheduled to be added via its parent, but is itself modified. Bert

RE: Vc2012 support

2012-10-15 Thread Bert Huijben
re not trivial and upgrading the project files should just work. (Backport patch welcome of course) When you upgrade using Visual Studio, make sure you also update the referenced toolchain from v100 to v110 when upgrading from 2010 to 2012. (Should be available in the right click menu on the project and solution levels) Bert > > --Phil

RE: rsvndump crash

2012-12-04 Thread Bert Huijben
. So maybe it is easier to test if svnrdump works for your specific task, before (or next to) reporting the problem to the author of rsvndump. Bert From: tom.malfr...@telenet.be [mailto:tom.malfr...@telenet.be] Sent: dinsdag 4 december 2012 13:26 To: users

RE: Troubleshooting Gnome keyring

2012-12-19 Thread Bert Huijben
on are you using? I've published, > SRPM tools at https://github.com/nkadel/subversion-1.6.18-srpm which > you may find useful to build a fully equipped Subveriosn 1.6.18, > compatible with Red Hat's, but with all the latest features such as > gnome-keyring support as much as can be activated with RHEL 5. Nico, when the user uses svn+ssh:// the Subversion authentication handling isn't used. I don't think your binaries add gnome keyring support to the system default ssh? Bert

RE: problem when upgrading my working copy

2012-12-20 Thread Bert Huijben
arent directory. Most likely caused by moving a single working copy directory. This state (added to a parent that does not exist) is not supported by the new working copy database introduced in 1.7. The database always requires the root of the working copy to exist in the repository. Bert

RE: branching WC folder fails with files marked as deleted

2013-01-11 Thread Bert Huijben
es, as the data to do the right thing is just not stored in the working copy in 1.6. Bert From: Roman Kellner [mailto:muzu...@gmx.net] Sent: vrijdag 11 januari 2013 09:02 To: Daniel Shahaf; users@subversion.apache.org Subject: Re: branching WC folder fails with files mar

RE: Local modification on checkout?

2013-01-17 Thread Bert Huijben
le > system. > > Or perhaps again if you checked out or updated using a third-party svn client > that did not transform line endings in response to svn:eol-style native, then > you might later have a problem. A lot of users have SvnKit in their Jenkins installation. Are you sure that you aren't mixing a normal svn with some svnkit version? Bert

RE: Local modification on checkout?

2013-01-18 Thread Bert Huijben
tly explain this problem. (Just like it explained a similar problem in our testsuite yesterday. Python appears to have a similar problem in its file timestamps) Bert

RE: Working copy corrupted by branch deletion

2013-01-19 Thread Bert Huijben
ortoiseSVN. Bert From: Maxwell Ballenger [mailto:maxwell.ballen...@spacex.com] Sent: zaterdag 19 januari 2013 00:44 To: users@subversion.apache.org Subject: Working copy corrupted by branch deletion Hi Subversion Users, We're experiencing some new behavior after

RE: Working copy corrupted by branch deletion

2013-01-19 Thread Bert Huijben
en it encounters a delete of a switched path it will now place a similar hidden marker as you would get when you update a path to r0 (or commit a file delete). The next update will now bring in the missing node. I will nominate the fix for backporting to a future 1.7 release.

RE: URL based commands not working in hooks\

2013-02-04 Thread Bert Huijben
ing at this error it might be that you try to commit while the hook is invoked as part of another commit) Bert From: Ramachandran Raghavendran [mailto:ramachandran.raghavend...@flsmidth.com] Sent: maandag 4 februari 2013 11:55 To: users@subversion.apache.org Subject: URL based c

RE: FreeBSD project and subversion.

2013-02-05 Thread Bert Huijben
ns, but it shouldn't' break the normal cases where 'svn diff *' would do one thing completely differently if it happens to match exactly two files, where one is versioned and one is not, or both are unversioned. If we want something like that we should support that with a flag like --unversioned (better name suggestions welcome) I really like the url vs path diff changes though. Bert

RE: How to change password when is about to expire

2013-03-07 Thread Bert Huijben
y as LDAP server with almost every Subversion server package. (Wandisco, CollabNet, etc.) And if you setup Apache httpd yourself you can avoid typing passwords by setting up mod_authz_sspi. (I think VisualSVN uses a combination of these systems) Bert

How to set default conflict style?

2009-12-14 Thread Bert Wesarg
Hi, I would like to set the conflict presentation style to svn_diff_conflict_display_modified_original_latest. How do I do this? Thanks. Regards, Bert Wesarg

RE: Where are the plaintext passwords stored

2010-01-22 Thread Bert Huijben
the password is stored in there as plain text if there is no specific store available. Since Subversion 1.6 you get a warning from svn when the password will be stored as plain text. Bert

  1   2   3   4   5   >