Re: Script to change repo layout from `{trunk,tags,branches}//proj/sub` to sub/`{trunk,tags,branches} ?

2012-06-12 Thread Oliver Schrenk
Am 13.06.2012 um 04:28 schrieb Ryan Schmidt : > > On Jun 12, 2012, at 07:05, Oliver Schrenk wrote: > >> I have multiple projects with the following layout in the repository: >> >>trunk/project/subproject >>tags//project/subproject >>branches//project/subproject >> >> Now a subset

Re: Script to change repo layout from `{trunk,tags,branches}//proj/sub` to sub/`{trunk,tags,branches} ?

2012-06-12 Thread Ryan Schmidt
On Jun 12, 2012, at 07:05, Oliver Schrenk wrote: > I have multiple projects with the following layout in the repository: > > trunk/project/subproject > tags//project/subproject > branches//project/subproject > > Now a subset of subprojects need to be moved to another repositor

Re: commit mergeinfo?

2012-06-12 Thread Stefan Sperling
On Tue, Jun 12, 2012 at 04:13:10PM -0500, Glenn Holmer wrote: > We upgraded from 1.5 to 1.6 fairly recently, and had a lot of pain with > merges in 1.5; we're still a little skittish about it. I'd recommend 1.7 instead of 1.6, especially for the client-side. There are some nice-to-have merge-track

Re: commit mergeinfo?

2012-06-12 Thread Glenn Holmer
On Tue, 2012-06-12 at 23:00 +0200, Stefan Sperling wrote: > On Tue, Jun 12, 2012 at 11:39:16AM -0500, Glenn Holmer wrote: > > We're on Subversion 1.6. After creating a branch, we merged from trunk > > to branch three times. After the third merge, we noticed an > > svn:mergeinfo property on the top

Re: commit mergeinfo?

2012-06-12 Thread Stefan Sperling
On Tue, Jun 12, 2012 at 11:39:16AM -0500, Glenn Holmer wrote: > We're on Subversion 1.6. After creating a branch, we merged from trunk > to branch three times. After the third merge, we noticed an > svn:mergeinfo property on the top directory of the branch: > > glennh@shadow:/mnt/sdb1/netbeans-bra

commit mergeinfo?

2012-06-12 Thread Glenn Holmer
We're on Subversion 1.6. After creating a branch, we merged from trunk to branch three times. After the third merge, we noticed an svn:mergeinfo property on the top directory of the branch: glennh@shadow:/mnt/sdb1/netbeans-branches/ICE-3.0.1 > svn diff --depth empty . Property changes on: . _

RE: Commit size

2012-06-12 Thread Cooke, Mark
[Please add your reply at the bottom, it makes it easier to read] > > 2012/6/12 Andy Levy : > >> On Tue, Jun 12, 2012 at 5:21 AM, Vladimir Shun'kov > wrote: > >>> Hello, > >>> > >>> Could you please help me with issue. Is it real to get > >>> commit size of user for statistic? > >> > >> How ar

Re: Commit size

2012-06-12 Thread Andy Levy
Please use Reply To All to keep discussion on the list. On Tue, Jun 12, 2012 at 7:55 AM, Vladimir Shun'kov wrote: > Hello, > > I need measure in bytes. I tried use pre-commit and post-commit hooks > but I received not real size of commit due svn uses some compression. > > > 2012/6/12 Andy Levy :

Re: About Apache+SVN "Digest mutual authentication failure: request-digest mismatch" / Server was not authenticated correctly

2012-06-12 Thread Kai Bernhard
The actual problem was an authentication failure (with the message mentioned in the subject line: "Digest mutual authentication failure: request-digest mismatch") that occured sometimes, as already mentioned most likely when merging. I thought that was clear enough from my previous post, sorry.

Re: Cleanup needed after failed update

2012-06-12 Thread Justin Case
- Original Message - > From: Ulrich Eckhardt > Yes, probably, unless it was killed so quickly that it couldn't even cry > for help any more, which e.g. happens if you cut the power or use "kill > -9" on POSIX systems. We're not talking here about natural catastrophes, but about a file w

Re: Cleanup needed after failed update

2012-06-12 Thread Ulrich Eckhardt
Am 12.06.2012 15:43, schrieb Justin Case: >> From: Ulrich Eckhardt >> >> Only you (the user) knows "if it was interrupted" or is maybe >> still running! I would say that this message could be improved[0], >> but > > I beg to differ: the operation which interrupted itself because it > found a fil

Re: Cleanup needed after failed update

2012-06-12 Thread Andreas Mohr
Hi, On Tue, Jun 12, 2012 at 06:43:52AM -0700, Justin Case wrote: > > From: Ulrich Eckhardt > > > > Only you (the user) knows "if it was interrupted" or is maybe still > > running! I would say that this message could be improved[0], but > > I beg to differ: the operation which interrupted itself

Re: Cleanup needed after failed update

2012-06-12 Thread Justin Case
> From: Ulrich Eckhardt > > Only you (the user) knows "if it was interrupted" or is maybe still > running! I would say that this message could be improved[0], but I beg to differ: the operation which interrupted itself because it found a file in use knows very well that it was interrupted. So, i

Re: Cleanup needed after failed update

2012-06-12 Thread Ulrich Eckhardt
Am 12.06.2012 13:52, schrieb Justin Case: > In any case, I certainly hope the new version doesn't expect from me, > the user, telling it whether the lock is a stale one or if there's > some other command hanging on it... Put that into the context of the error message: > Update > Previous operatio

Re: Cleanup needed after failed update

2012-06-12 Thread Johan Corveleyn
On Tue, Jun 12, 2012 at 1:52 PM, Justin Case wrote: >> From: Johan Corveleyn > >> >> cleanup' (cleanup is the only command that will unconditionally remove >> these locks, so you should only run it if you're sure there is no >> other command running concurrently, and those locks are "stale locks"

Script to change repo layout from `{trunk,tags,branches}//proj/sub` to sub/`{trunk,tags,branches} ?

2012-06-12 Thread Oliver Schrenk
Hi, I have multiple projects with the following layout in the repository: trunk/project/subproject tags//project/subproject branches//project/subproject Now a subset of subprojects need to be moved to another repository. I want to change the layout of each subproject to

Re: Cleanup needed after failed update

2012-06-12 Thread Justin Case
> From: Johan Corveleyn > > cleanup' (cleanup is the only command that will unconditionally remove > these locks, so you should only run it if you're sure there is no > other command running concurrently, and those locks are "stale locks" > left by other interrupted commands). > [...] > I don't f

Re: Cleanup needed after failed update

2012-06-12 Thread Andreas Krey
On Tue, 12 Jun 2012 12:26:34 +, Johan Corveleyn wrote: ... > > - BUT I cannot update again, I have to cleanup first! > > This seems normal too. Before doing anything, 'svn update' will lock > the working copy (to prevent any concurrent svn actions from messing > with it while it's updating). I

Re: Commit size

2012-06-12 Thread Thorsten Schöning
Guten Tag Chris Evans, am Dienstag, 12. Juni 2012 um 13:09 schrieben Sie: > If you still want some stats/reports from commits Atlassian Fisheye > will do it based of lines of code > http://www.atlassian.com/software/fisheye/overview/analyze-source I played a little with StatSVN which focuses on

RE: Commit size

2012-06-12 Thread Chris Evans
> -Original Message- > From: Andy Levy [mailto:andy.l...@gmail.com] > Sent: 12 June 2012 11:31 > To: Vladimir Shun'kov > Cc: users@subversion.apache.org > Subject: Re: Commit size > > On Tue, Jun 12, 2012 at 5:21 AM, Vladimir Shun'kov > wrote: > > Hello, > > > > Could you please help me w

Re: Commit size

2012-06-12 Thread Andy Levy
On Tue, Jun 12, 2012 at 5:21 AM, Vladimir Shun'kov wrote: > Hello, > > Could you please help me with issue. Is it real to get commit size of > user for statistic? How are you measuring size? Bytes? Lines? Number of files? And to what end? There are a lot of problems around measuring user activit

Re: Cleanup needed after failed update

2012-06-12 Thread Johan Corveleyn
On Wed, Jun 6, 2012 at 1:14 PM, Justin Case wrote: > Hi all, > this is something new for me (TortoiseSVN 1.7.7 with Subversion 1.7.5 on > Windows XP): > - I try to update something when a file is in use, > - update understandably fails, it cannot overwrite that file. Fine. This is indeed normal,

Re: Cleanup needed after failed update

2012-06-12 Thread Justin Case
Hello all, did I just ask a stupid question :) or nobody has any idea what's going wrong here? Thank you very much for your patience, JJ - Original Message - > From: Justin Case > > Hi all, > this is something new for me (TortoiseSVN 1.7.7 with Subversion 1.7.5 on > Windows > XP):

Commit size

2012-06-12 Thread Vladimir Shun'kov
Hello, Could you please help me with issue. Is it real to get commit size of user for statistic? Thank you. Best regards, Vlad.