Re: Upgrading a very old SVN version

2017-12-14 Thread Andreas Mohr
uld perhaps be good to go through such an upgrade for test purposes only, then "play a bit" with the resulting test-only data to possibly determine some issues. HTH, Andreas Mohr

Re: Bug - svn hangs

2017-11-27 Thread Andreas Mohr
uck! Andreas Mohr

Re: Seeing very slow performance with svnadmin verify

2016-11-01 Thread Andreas Mohr
wrong? You could try to run strace and/or ltrace with sufficiently detailed cmdline options, to try to figure out which system call exactly is involved in the delay/expensive handling. A 30s pause might perhaps hint at some network / DNS resolve things. HTH, Andreas Mohr -- GNU/Linux. It'

Re: which version control supports file locking and who has it locked

2016-06-08 Thread Andreas Mohr
/opensource.com/open-organization/16/6/introducing-open-decision-framework ) Andreas Mohr

Re: VisualSVN server / Linux client

2016-03-23 Thread Andreas Mohr
dition to v1), thus if http-based URIs are involved (right?), using Konqueror on these (and perhaps enabling additional tracing?) might be able to provide some investigation opportunities. HTH, Andreas Mohr

Re: version number

2016-02-21 Thread Andreas Mohr
rectly returns a shallow "number of log entries" rather than deep (per-entry) log information... HTH, Andreas Mohr

Re: BUG - SVN tries to connect to "akamai" - 15 second timeout - CRL - ctldl.windowsupdate.com

2016-01-27 Thread Andreas Mohr
log_nopref(apr_uint32_t level, apr_uint32_t comp, logging.c:void serf__log(apr_uint32_t level, apr_uint32_t comp, const char *prefix, logging.c:int serf__log_enabled(apr_uint32_t level, apr_uint32_t comp, serf_config_t *config) ... Congratulations for a very impressively maximally detailed issue description! Andreas Mohr

Re: Bug report: svnversion crashes during Subversion build/install

2016-01-08 Thread Andreas Mohr
Linux $ORIGIN markers etc., see e.g. https://cmake.org/Wiki/CMake_RPATH_handling#CMake_and_the_RPATH ) I.e., a special way of saying "your build distillery is B0RKEN, fix it"? I've been going through the trouble of making my poor (currently unsupportable :() proprietary app fully supportive of relocation (for purposes of rpm relocation, shar archive, etc.) some 3 years ago, that's why this thought came up rather naturally. HTH, Andreas Mohr

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

2015-11-24 Thread Andreas Mohr
http layer - for other cases this likely is different) That log output ought to reveal where exactly svn does have or believes it has a problem. HTH, Andreas Mohr -- GNU/Linux. It's not the software that's free, it's you.

Announce: SvnBridge (TFS <-> SVN protocol transversion): new version (strongly improved)

2015-10-30 Thread Andreas Mohr
h). Thanks for listening & HAND, Andreas Mohr -- GNU/Linux. It's not the software that's free, it's you.

Re: Incomplete SVN dump files

2015-09-15 Thread Andreas Mohr
rea, since after all it's a simple(?) matter of thoroughly researching current "Best Practice" of implementing transaction-safe serialization formats and then simply achieving just such a correct implementation... ;) Andreas Mohr

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

2015-07-21 Thread Andreas Mohr
t;revert tree base directory"), and if left unspecified/empty svn could fall back to having .reverted files local, or another mode might be to record this within the local .svn dirs. Andreas Mohr -- GNU/Linux. It's not the software that's free, it's you.

Re: Subversion encountered a serious problem.

2015-07-10 Thread Andreas Mohr
#x27;D:\Development\SVN\Releases\TortoiseSVN-1.8.7\ext\subversion\subversion\libsvn_wc\wc_db_update_move.c' (version indirectly included here) HTH, Andreas Mohr

Re: svn: Malformed network data

2015-06-18 Thread Andreas Mohr
-a. >tcp        0      0 *:svn                       *:*                       >  LISTEN    >I set logging up but it doesn’t log anything to files. Any help is >appreciated. >Thanks. ~/.subversion/servers: [global] neon-debug-mask = 511 might help. Andreas Mo

Re: The XML response contains invalid XML

2015-04-24 Thread Andreas Mohr
rkitem/15337 might help in nailing down this issue. HTH, Andreas Mohr -- GNU/Linux. It's not the software that's free, it's you.

Re: Every Version of Every File in a Repository

2014-10-07 Thread Andreas Mohr
is *without* having to do a filesystem-based checkout (i.e., working copy modification) of any repo item, even once. (i.e., this is actually going *against* your initially stated "requirement" of "Is there a way to check out every version of a file in a repository?", and rightfully so ;) HTH, Andreas Mohr

Re: svnmucc

2013-11-16 Thread Andreas Mohr
at a new command is following, rather than further options to the existing command... (unless "rm" is one of the commands which are specially recognized as a known-supported command) Sorry for my critique (and thank you for your help!) - just sayin'... Andreas Mohr

Re: encoding issue with ruby binding

2013-09-26 Thread Andreas Mohr
rescue ArgumentError => e if V2C_Ruby_Compat::string_start_with(e.message, 'invalid byte sequence') log_error "Dir entry #{entry} has invalid (foreign?) encoding (#{e.message}), skipping!" result = nil else raise end end resu

Re: subversion load fails with “no such revision”

2013-09-26 Thread Andreas Mohr
dling, but fixing one isolated issue (let's hope it's only one issue...) hopefully wouldn't be too hard (in the TFS support case there were many low-hanging fruits, too). Or try to ask someone to have a look at what would be required to get these svndumpfilter issues improved... HTH, Andreas Mohr

Re: corrupted svn repository with “serialized hash missing terminator” error

2013-09-07 Thread Andreas Mohr
that svnadmin ought to provide ("form intermediate revisions out of thin air when encountering corruption in certain revisions"), but rather an external recovery tool that's made for that purpose. But those are just random thoughts of someone who's quite external to all this... ;) Andre

Re: corrupted svn repository with “serialized hash missing terminator” error

2013-09-05 Thread Andreas Mohr
xactly is 'serialized hash terminator' error ? "Use The Source, Luke!"? HTH (perhaps not), Andreas Mohr

Re: Unsubscribe

2013-08-27 Thread Andreas Mohr
ne: || List-Unsubscribe: <mailto:users-unsubscr...@subversion.apache.org> || , if mail headers of a mail are viewable (which may unfortunately not be the case with "less capable" - ahem - MUAs). HTH, Andreas Mohr -- GNU/Linux. It's not the software that's free, it's you.

Re: Feature Req: sorthand urls for branches/tags in CLI

2013-08-23 Thread Andreas Mohr
the total amount of SCM sub commands will ultimately remain limited, thus it's better to keep them aggregated to main binary and do maximum optimization of that case instead (dlopen etc.). E.g. git (Jehovah! ;) seems to be doing it that way, and with external git_load_dirs binary being analogous to svn_

Re: Help with compiling

2013-04-08 Thread Andreas Mohr
lict which will make gcc barf about it and thereby show where the actual define was originally defined (*iff* it was defined). You might need to relocate the temporary force-define to some other location in order to have it be effective, though. HTH, Andreas Mohr

Re: Discrepancies in svn mirror created with svnsync

2013-02-12 Thread Andreas Mohr
Hi, On Tue, Feb 12, 2013 at 05:18:01PM +0200, Marius Gedminas wrote: > On Sat, Feb 09, 2013 at 11:31:07AM +0100, Andreas Mohr wrote: > > Hi, > > > > On Fri, Feb 08, 2013 at 03:45:29PM +0100, Stefan Sperling wrote: > > > So you should definitely wrap svnsync in

Re: Discrepancies in svn mirror created with svnsync

2013-02-09 Thread Andreas Mohr
e directory name) Be careful about "solutions" other than lockfile - some of these appear to be terribly unsafe (some newer Ubuntu-introduced "atomic locking" package comes to mind - which then executes anyway after a measly timeout!). Andreas Mohr

Re: svn:externals - svn: E200009: Targets must be working copy paths

2013-01-30 Thread Andreas Mohr
ery clear", "I am not seeing it." - perhaps provide useful details of what went wrong in docs, and then someone sufficiently authorized could ensure to get that fixed soon? Otherwise the next Clueless To Be Enlightened Person (tm) [nothing against the OP, mind you!] comes along and experiences the very same unspeakable trouble again... So much for the "teach a man to fish" errmm "teach a document to educate" approach... HTH, Andreas Mohr

Re: version can not be svnsync

2012-11-25 Thread Andreas Mohr
for are: - missing space (' ') between XML attributes (--> protocol error) = The missing spaces was what had happened in my case. HTH, Andreas Mohr -- GNU/Linux. It's not the software that's free, it's you.

Re: version can not be svnsync

2012-11-22 Thread Andreas Mohr
Hi, On Thu, Nov 22, 2012 at 06:40:30PM +0200, Daniel Shahaf wrote: > Andreas Mohr wrote on Thu, Nov 22, 2012 at 12:33:05 +0100: > > Enabling > > > > [global] > > neon-debug-mask = 511 > > > > (or perhaps some other setting for non-Neon operation, dunno

Re: version can not be svnsync

2012-11-22 Thread Andreas Mohr
511 (or perhaps some other setting for non-Neon operation, dunno) in ~/.subversion/servers will probably enable a world of new info which would hopefully spit out the whereabouts of the closing parts of this transfer ("200 OK" doesn't seem too detailed for now). HTH, Andreas Mohr

Re: Renaming UTF-8 file names is broken

2012-11-17 Thread Andreas Mohr
C2396 vs. the other RFC3986, as one example). Please take my statements with a grain of salt since it was a very Q&D report without much research. Anyway, these pointers should be quite useful and to the point, especially since I had to go through pretty much the same thing recently. HTH, Andreas Mohr -- GNU/Linux. It's not the software that's free, it's you.

Re: svnserve crash

2012-11-02 Thread Andreas Mohr
copies to actively work on, for this reason). However, three parameters in a row being NULL might obviously point to a more systematic mem erase. Andreas Mohr

[CONFIRMED] Re: Bug in help

2012-10-26 Thread Andreas Mohr
'PREV' revisión justo antes de COMMITED" So, trunk still has that problem and somebody needs to fix this spelling issue (not me, since I don't have active knowledge of project activity). Andreas Mohr

Re: VSS to SVN Migration.

2012-09-21 Thread Andreas Mohr
> > http://fnxweb.com/blog/2012/09/21/migrating-from-visual-sourcesafe-to-subversion/ Very nice! While that no longer applies to me (Thanks Heavens!), it's very good to get more content/activity in that area. Andreas Mohr

Re: RE : SVN 1.6: What is the maximum size for a commit?

2012-09-10 Thread Andreas Mohr
.e. whether that is a valid sufficiently frequent use case on 32bit platforms), that's obviously another matter ;) Andreas Mohr > > De : Andy Levy [andy.l...@gmail.com] > Date d'envoi : vendredi 7 septembre 2012 17:52 > À : CHAZAL Julien

Re: Suggestion required on best migration tool for VSS 6.0 to SVN 1.7.5 migration

2012-08-08 Thread Andreas Mohr
27;t ask me why I'm mentioning this here... BTW, congrats for tackling the switch to a more suitable/widely usable/modern SCM! Andreas Mohr

Re: Cleanup needed after failed update

2012-06-13 Thread Andreas Mohr
g rollback mechanism But as said before, that's possibly quite hard to achieve in light of an existing possibly multi-layered implementation which does things differently (and which possibly has some existing binding contracts to userspace which might get broken by a rewrite, perhaps special wc.db behaviour or so). Andreas Mohr

Re: Cleanup needed after failed update

2012-06-12 Thread Andreas Mohr
Either code up a quick app which locks a file, or do an internet search on the terms encountered in CreateFile() docs and thus discover some app which already does that, too. HTH, Andreas Mohr

Re: [BUG] 1.6.17 "svn: Bogus date" fatal abort - due to incomplete chunk!?

2012-05-11 Thread Andreas Mohr
Hi, On Fri, May 11, 2012 at 09:49:36AM +, Greg Stein wrote: > On Thu, May 10, 2012 at 08:57:33PM +0200, Andreas Mohr wrote: [...] > I ran into an SvnBridge bug a few years ago. AFAIK, they still have > not fixed it, despite my pointer to the specific line in the bridge > code

Re: [BUG] 1.6.17 "svn: Bogus date" fatal abort - due to incomplete chunk!?

2012-05-10 Thread Andreas Mohr
ing library (neon?) implementation is buggy, taking parsing results of *incomplete*, to-be-amended chunks at face value (I'm currently betting on this one, but might change my opinion at any time) Any other thoughts on this? Thanks, Andreas Mohr

[BUG] 1.6.17 "svn: Bogus date" fatal abort - due to incomplete chunk!?

2012-05-10 Thread Andreas Mohr
ile this thing as a an actual honest-to-god bug?) Thanks, Andreas Mohr