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
uck!
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'
/opensource.com/open-organization/16/6/introducing-open-decision-framework
)
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
rectly returns a shallow "number of log entries"
rather than deep (per-entry) log information...
HTH,
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
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
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.
h).
Thanks for listening & HAND,
Andreas Mohr
--
GNU/Linux. It's not the software that's free, it's you.
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
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.
#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
-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
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.
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
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
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
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
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
xactly is 'serialized hash terminator' error ?
"Use The Source, Luke!"?
HTH (perhaps not),
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.
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_
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
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
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
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
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.
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
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
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.
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
'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
>
> 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
.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
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
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
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
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
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
ile this thing as a an actual
honest-to-god bug?)
Thanks,
Andreas Mohr
41 matches
Mail list logo