Re: Insert revision into file history

2010-06-21 Thread Thomas 'PointedEars' Lahn
Ryan Schmidt wrote: > Thomas 'PointedEars' Lahn wrote: >> [...] >> The problem was that this script missed to commit the first version of a >> file, and I noticed that only after I had already worked with the >> repository for quite a while. This is how I solved it (apparently, >> somewhat): >>

Subversion configure with-apr

2010-06-21 Thread Mike Gallant
Hi, Running on redhat 5.5 enterprise Building from sources, at configuration step, buiding for use with tomcat/java - no apache http server present. Recieve a configure error for --with-apr (even with --without-apr and --with-apr=no) Thanks, Mike uname -a Linux vi224 2.6.18-164.el5 #1 SMP

Re: Subversion configure with-apr

2010-06-21 Thread Stefan Sperling
On Mon, Jun 21, 2010 at 09:05:23AM -0400, Mike Gallant wrote: > Hi, > > Running on redhat 5.5 enterprise > Building from sources, at configuration step, buiding for use with > tomcat/java - no apache http server present. Recieve a configure > error for --with-apr (even with --without-apr and --wi

Bounties for bugfixes?

2010-06-21 Thread Tino Schwarze
Hi there, I looked at the website already but could not find anything helpful. Is there a way to "speed up" a certain bugfix by throwing money at it? I'm talking about that svnsync bug I recently discovered (http://subversion.tigris.org/issues/show_bug.cgi?id=3641) which is a showstopper for us s

Subversion 1.6.12 Released

2010-06-21 Thread Hyrum Wright
I'm happy to announce Subversion 1.6.12, available from: http://subversion.tigris.org/downloads/subversion-1.6.12.tar.bz2 http://subversion.tigris.org/downloads/subversion-1.6.12.tar.gz http://subversion.tigris.org/downloads/subversion-1.6.12.zip http://subversion.tigris.org/downlo

Re: Bounties for bugfixes?

2010-06-21 Thread Stefan Sperling
On Mon, Jun 21, 2010 at 03:49:25PM +0200, Tino Schwarze wrote: > Hi there, > > I looked at the website already but could not find anything helpful. Is > there a way to "speed up" a certain bugfix by throwing money at it? > I'm talking about that svnsync bug I recently discovered > (http://subvers

fixing foobared merge with --record-only

2010-06-21 Thread Sam Carleton
I have foobared the branch and cannot merge it anymore. The main trunk is the next release; the branch (v0.9.4) is the current code in which I am fixing bugs and releasing point releases, like v0.9.4.1, v0.9.4.2, etc. I believe where I made mistake here: When I release code, I tag the v0.9.4 bran

SVN Statistics

2010-06-21 Thread Guido Moritz
Hi, I would like to have statistics for my SVN. Out there are several solutions, but all show commit stats only. What I am looking for are stats about reads/checkouts of the SVN. Is there such a tool available? Regards, Guido

Re: SVN Statistics

2010-06-21 Thread Mark Phippard
On Mon, Jun 21, 2010 at 11:31 AM, Guido Moritz wrote: > I would like to have statistics for my SVN. Out there are several solutions, > but all show commit stats only. What I am looking for are stats about > reads/checkouts of the SVN. Is there such a tool available? You might want to take a look

Re: SVN Statistics

2010-06-21 Thread Andy Levy
On Mon, Jun 21, 2010 at 11:31, Guido Moritz wrote: > Hi, > > I would like to have statistics for my SVN. Out there are several solutions, > but all show commit stats only. What I am looking for are stats about > reads/checkouts of the SVN. Is there such a tool available? Depending upon how you se

[no subject]

2010-06-21 Thread Myname Noname
Hello, I have the following quesions on Subversion: 1: Does SubVersion provide version control for binaries, executables files? 2: Does SubVersion provide version control for documentation? If yes, what formats of document are supported? 3: What windows server can SubVersion run? c

Re:

2010-06-21 Thread Andy Levy
On Mon, Jun 21, 2010 at 12:12, Myname Noname wrote: > > Hello, > > I have the following quesions on Subversion: > > 1: Does SubVersion provide version control for binaries, executables files? > > 2:  Does SubVersion provide version control  for documentation? If yes, what > formats of document are

RE: fixing foobared merge with --record-only

2010-06-21 Thread Bob Archer
> Here is my thought: > > Currently the v0.9.4 branch is r1087, the trunk is r1085. > > 1: Manually copy over all the changes from the current v0.9.4 > branch > to the trunk and check in the truck, making revision 1088. > > 2: Next time I do a merge from the branch to the trunk, I use the > --re

Re: Bounties for bugfixes?

2010-06-21 Thread Daniel Shahaf
This mail prompted me to look at the issue again... this time I managed to put together a patch that, at least, causes the symptoms to go away (i.e., the test case in the issue passes, and yields r6 | daniel | 2010-06-21 20:5

RE: diff to repository

2010-06-21 Thread Brown, Michael
Did you try the svn help command: svn help diff MB -- You design it, I'll build it e-mail: michael.l.br...@philips.com desk: 608-288-6969 cell: 608-206-6843 > -Original Message- > From: Andreas Tepe [mailto:andreas.t...@physics.gatech.edu] > Sent: Monday, June 21, 2010 1:49 PM > To: u

diff to repository

2010-06-21 Thread Andreas Tepe
Hello list, I'm sorry, probably this has been asked many times before. Unfortunately, I couldn't find out how to search in the list archive... Is there a way to svn diff to the repository? Actually, svn diff to the local copy does not help me at all (because I know my local changes) and svn sta

Re:

2010-06-21 Thread Disc Magnet
On Mon, Jun 21, 2010 at 9:42 PM, Myname Noname wrote: > > Hello, > > I have the following quesions on Subversion: > > 1: Does SubVersion provide version control for binaries, executables files? Yes. shoo shoo shoo. > > 2:  Does SubVersion provide version control  for documentation? If yes, what

RE: Insert revision into file history

2010-06-21 Thread Curley, John
A slight tangent, but I suggest using a modification history section in the preamble/post-amble. Include the why (bug or requirement id), when, who and a comment. (For who, we use a 3 letter acronym, the users initials, for example. User ids create a security risk.) It also helps to enforce some s

Re: diff to repository

2010-06-21 Thread Andreas Tepe
Hello Michael, yes, I did, but could not find a solution in there. Cheers, Andreas Am 21.06.2010 14:55, schrieb Brown, Michael: > Did you try the svn help command: > svn help diff > MB > -- > You design it, I'll build it > e-mail: michael.l.br...@philips.com > desk: 608-288-6969 > cell: 608

Re: diff to repository

2010-06-21 Thread Rob van Oostrum
On Mon, Jun 21, 2010 at 4:34 PM, Andreas Tepe < andreas.t...@physics.gatech.edu> wrote: > Hello Michael, > > yes, I did, but could not find a solution in there. > > Cheers, > Andreas > > Am 21.06.2010 14:55, schrieb Brown, Michael: > > Did you try the svn help command: > > svn help diff > > MB

Re: diff to repository

2010-06-21 Thread Les Mikesell
On 6/21/2010 3:34 PM, Andreas Tepe wrote: Hello Michael, yes, I did, but could not find a solution in there. Are you trying to diff two repository urls or your copy against a different revision? If you do this a lot, you might like one of the web interfaces like viewvc. -- Les Mikesell

Re:

2010-06-21 Thread Ryan Schmidt
On Jun 21, 2010, at 11:12, Myname Noname wrote: > I have the following quesions on Subversion: > > 1: Does SubVersion provide version control for binaries, executables files? > > 2: Does SubVersion provide version control for documentation? If yes, what > formats of document are supported?

Re: diff to repository

2010-06-21 Thread Andreas Tepe
Am 21.06.2010 16:45, schrieb Rob van Oostrum: > On Mon, Jun 21, 2010 at 4:34 PM, Andreas Tepe > > wrote: > > Hello Michael, > > yes, I did, but could not find a solution in there. > > Cheers, > Andreas > > Am 21.06.2010 14:55, schrieb

Re: diff to repository

2010-06-21 Thread Les Mikesell
On 6/21/2010 5:46 PM, Andreas Tepe wrote: Are you trying to diff two repository urls or your copy against a different revision? If you do this a lot, you might like one of the web interfaces like viewvc. Hello! I would like to compare my local version with the latest version in the repo

Re: diff to repository

2010-06-21 Thread Andreas Tepe
Am 21.06.2010 17:10, schrieb Les Mikesell: > On 6/21/2010 3:34 PM, Andreas Tepe wrote: >> Hello Michael, >> >> yes, I did, but could not find a solution in there. >> > > Are you trying to diff two repository urls or your copy against a > different revision? > > If you do this a lot, you might lik

SVN Issue# 3558.

2010-06-21 Thread Fulara, Adil
Hi, This post is in regards to subversion issue noted at http://subversion.tigris.org/issues/show_bug.cgi?id=3558 Is there a fix expected / planned? I was able to reproduce the error on 1. 32 bit Windows XP using subversion 1.6.6 and TortoiseSVN client 1.6.6 2. 64 bit Windows 2008

Re: Setting Revprops before Revision is Created

2010-06-21 Thread Daniel Shahaf
There is 'svn commit --with-revprop' in >=1.5, does that help? David Weintraub wrote on Tue, 22 Jun 2010 at 07:36 -: > I know this sounds strange, but can you set a revision property before > a revision is created? > > For example, I make some file changes, and want to mark that my > changes

Setting Revprops before Revision is Created

2010-06-21 Thread David Weintraub
I know this sounds strange, but can you set a revision property before a revision is created? For example, I make some file changes, and want to mark that my changes fixed bug # 1001. To do this, I'll set a revision property "corp:bugbix" to "1001". Then, I'll check in my changes with the new revi