Re: Repository Recovery

2014-06-04 Thread Henrik Carlqvist
On Wed, 4 Jun 2014 17:51:49 +0100 Andreas Stieger wrote: > Preaching backup during an uncovered recovery scenario may be fun and > make you feel smirk, but it is rarely useful for the particular problem. As backups are only useful when taken before the disaster a backup will not help in this cas

Re: Repository Recovery

2014-06-04 Thread Henrik Carlqvist
On Tue, 3 Jun 2014 20:06:09 + Curtis Stiebler wrote: > we had a power flicker Power flicker, physical hard disk crashes, fires, shit happens every now and then... > We do not have a backup of the repository structure I was once told that the 3 most important tasks for a sysadm is: 1) backu

Re: svn2cvsgraph, how to best handle merges?

2014-04-09 Thread Henrik Carlqvist
On Wed, 26 Mar 2014 19:41:38 + Philip Martin wrote: > Henrik Carlqvist writes: > > Would people hosting public svn repositories think that it would be > > nice if some people using my tool would make one svn connection for > > each revision in the repository? >

Re: svn2cvsgraph, how to best handle merges?

2014-03-27 Thread Henrik Carlqvist
On Thu, 27 Mar 2014 11:25:33 +0100 "Bert Huijben" wrote: > If you have any input on that thread, please let us know so we can just > create the api you need to get the information you need. My tool does not call use subversion api, it simply uses popen to call the svn command line client. So wh

Re: svn2cvsgraph, how to best handle merges?

2014-03-26 Thread Henrik Carlqvist
On Wed, 26 Mar 2014 15:45:31 -0400 Mark Phippard wrote: > We came to the same conclusion when we built the revision graph in > Subclipse back in 1.5: > > http://subclipse.tigris.org/graph.html On Wed, 26 Mar 2014 19:41:38 + Philip Martin wrote: That's a topic for the dev list and there was

svn2cvsgraph, how to best handle merges?

2014-03-26 Thread Henrik Carlqvist
I have written a tool, svn2cvsgraph ( http://svn2cvsgraph.sourceforge.net/ ) to graphically display svn revision graphs. Since version 1.6.17 of svn, "svn log -g" no longer shows any merges when examining the repository root. After a discussion, here http://svn.haxx.se/users/archive-2013-12/0029

Re: svnhook question

2014-03-14 Thread Henrik Carlqvist
On Fri, 14 Mar 2014 17:15:15 + "Havlovick, Ron" wrote: > This is for a fpga and I want the svn revision number to be within the > FPGA. When the revision register is read, it agrees with the svn > revision number. > > Not how to do it. Is it possible? It seems to me as if you are looking for

Re: Merge information lost with newer versions of subversion

2014-03-03 Thread Henrik Carlqvist
Thanks for the reply! On Mon, 03 Mar 2014 21:58:09 + Philip Martin wrote: > I think the code attempts to classify which parts of the merge are > direct and indirect but it ends up adding extra changes. If you run the > log in different directions then different results are obtained: > > $

Re: Merge information lost with newer versions of subversion

2014-03-02 Thread Henrik Carlqvist
On Wed, 26 Feb 2014 20:41:38 +0100 Henrik Carlqvist wrote: > Now I have finally been able to create a small case where merge > information is lost. I didn't get much response here, do you think that I should file a bug report into the subversion issue tracker? regards Henrik

Re: Merge information lost with newer versions of subversion

2014-02-26 Thread Henrik Carlqvist
Sorry about the line wraps, I try to fix them with some backslash: -8<- svnadmin create /tmp/repo_test mkdir svn_work 1 svn import -m "" svn_work file:///tmp/repo_test/trunk 2 svn import -m "" svn_work file:///tmp/repo_test/branches rmdir svn_work

Merge information lost with newer versions of subversion

2014-02-26 Thread Henrik Carlqvist
Since a few years (I think it was with release 1.6.17 of subversion) the merge information shown from "svn log -g" has been changed. The new way to show merge logs means some improvements like less redundant information and better performance. Unfortunately, when using these newer versions of svn t

Re: Bug report on SVN 1.8.3 Cannot allocate Memory

2013-12-12 Thread Henrik Carlqvist
> We will get with our System Admin and see what is going there. The command "dmesg" might also give a clue on Linux systems. regards Henrik

Re: Unable to open repository following reboot

2013-12-04 Thread Henrik Carlqvist
> Last week we rebooted the NAS server which hosts the disk where > (among other things) our svn repositories reside, in order > to enable quotas on that disk. Since that time, we have been > unable to work with these repositories. We see the following > error messages > > -

Re: svn log -g doesn't return merge info when operating against repository root

2013-12-04 Thread Henrik Carlqvist
Thanks for your quick reply! > Log on ^/ shows all revisions; adding -g includes no more revisions. Yep, that is the problem. IMHO the flag -g should also give output which shows merge information, not only on deeper levels but also on the root level of the repository. I can understand if most pe

Re: svn log -g doesn't return merge info when operating against repository root

2013-12-04 Thread Henrik Carlqvist
On Wed, 25 Jul 2012 11:17:55 -0500 Justin Johnson wrote: > The command "svn log -vg" is not returning merge info when I execute > the command while sitting in a working copy of the root level of a > repository or when I pass in the URL to the root level of root level > on the command line. A sim