Blame/annotate not good enough...

2013-04-22 Thread Charles Gallo
Hey Gang, Ok, IMHO, they are good enough, but not for my current client. They basically want to append the Equivalent of blame or annotate to the actual source code lines! So say in c# you'd see A++ //CAG 2013-04-13 Yep, they also don't want you deleting code, you comment it out... Their lo

Re: Blame/annotate not good enough...

2013-04-22 Thread Daniel Shahaf
Charles Gallo wrote on Mon, Apr 22, 2013 at 16:13:25 -0400: > Any ideas on how to do this? Probably some sort of pre commit hook, but... but pre-commit hooks can't modify the in-flight txn without breaking the committing working copy.

Re: Blame/annotate not good enough...

2013-04-22 Thread Charlie Gallo
On 4/22/2013 Daniel Shahaf wrote: > Charles Gallo wrote on Mon, Apr 22, 2013 at 16:13:25 -0400: >> Any ideas on how to do this? Probably some sort of pre commit hook, but... > but pre-commit hooks can't modify the in-flight txn without breaking the > committing working copy. Ouch... So, ide

Re: Blame/annotate not good enough...

2013-04-22 Thread Ryan Schmidt
On Apr 22, 2013, at 15:13, Charles Gallo wrote: > Ok, IMHO, they are good enough, but not for my current client. They basically > want to append the Equivalent of blame or annotate to the actual source > code lines! > > So say in c# you'd see > > A++ //CAG 2013-04-13 > > Yep, they also don

RE: Blame/annotate not good enough...

2013-04-23 Thread Bert Huijben
> -Original Message- > From: Ryan Schmidt [mailto:subversion-20...@ryandesign.com] > Sent: dinsdag 23 april 2013 08:46 > To: Charles Gallo > Cc: users@subversion.apache.org > Subject: Re: Blame/annotate not good enough... > > > On Apr 22, 2013, at 15:13, Cha

Re: Blame/annotate not good enough...

2013-04-23 Thread Branko Čibej
On 23.04.2013 08:45, Ryan Schmidt wrote: > If you want to prevent deletions of lines, install a pre-commit hook that > enforces that rule. That would be quite hard to enforce, since it's not obvious just from looking at (e.g., diffing) two files which lines were actually deleted by the user. Diff

Re: Blame/annotate not good enough...

2013-04-23 Thread Charles Gallo
On Apr 23, 2013, at 6:31 AM, "Bert Huijben" wrote: > > To get you the 'svn blame' / 'svn annotate' output your Subversion client > reads all the full versions of the file that existed since the file was > created. The current format is just one of the possible output formats that > we can calcu

Re: Blame/annotate not good enough...

2013-04-23 Thread C. Michael Pilato
On 04/22/2013 08:55 PM, Charlie Gallo wrote: > > On 4/22/2013 Daniel Shahaf wrote: > >> Charles Gallo wrote on Mon, Apr 22, 2013 at 16:13:25 -0400: >>> Any ideas on how to do this? Probably some sort of pre commit hook, but... > >> but pre-commit hooks can't modify the in-flight txn without brea

Re: Blame/annotate not good enough...

2013-04-23 Thread Charles Gallo
On Apr 23, 2013, at 8:47 AM, "C. Michael Pilato" wrote: > > Get different (and clueful) auditors? > > -- > C. Michael Pilato > CollabNet <> www.collab.net <> Enterprise Cloud Development I think it is more the client. I've pointed out their options, so I'm trying to automate a pain

Re: Blame/annotate not good enough...

2013-04-23 Thread Thorsten Schöning
Guten Tag Charles Gallo, am Dienstag, 23. April 2013 um 14:22 schrieben Sie: > Blame/annotate does exactly what I want, but the client (mumble > mumble) wants the info in the actual source code file as comments! I > explained that all the info is in blame/SVN, but they actually said > "the auditor

Re: Blame/annotate not good enough...

2013-04-23 Thread Daniel Shahaf
Ryan Schmidt wrote on Tue, Apr 23, 2013 at 01:45:49 -0500: > 3. If you want the actual source code in the repository to contain > these comments, then you're talking about several scripts: one that > the developers must invoke in place of "svn commit" to commit their > work, which transforms their

Re: Blame/annotate not good enough...

2013-04-23 Thread Ryan Schmidt
On Apr 23, 2013, at 15:56, Daniel Shahaf wrote: > Ryan Schmidt wrote on Tue, Apr 23, 2013 at 01:45:49 -0500: >> 3. If you want the actual source code in the repository to contain >> these comments, then you're talking about several scripts: one that >> the developers must invoke in place of "svn c

Re: Blame/annotate not good enough...

2013-04-23 Thread Daniel Shahaf
Ryan Schmidt wrote on Tue, Apr 23, 2013 at 16:52:10 -0500: > > On Apr 23, 2013, at 15:56, Daniel Shahaf wrote: > > Ryan Schmidt wrote on Tue, Apr 23, 2013 at 01:45:49 -0500: > >> 3. If you want the actual source code in the repository to contain > >> these comments, then you're talking about sever

Re: Blame/annotate not good enough...

2013-04-23 Thread Charles Gallo
On Apr 23, 2013, at 7:55 PM, Daniel Shahaf wrote: > > Maybe there are other solutions, but there's a limit to how much I'm > willing to think about this particular requirement in my spare time. Ok guys, don't worry about it. I was sort of hoping someone had a semi easy way. Not worth the pai

Re: Blame/annotate not good enough...

2013-04-24 Thread Branko Čibej
On 23.04.2013 16:29, Thorsten Schöning wrote: > Guten Tag Charles Gallo, > am Dienstag, 23. April 2013 um 14:22 schrieben Sie: > >> Blame/annotate does exactly what I want, but the client (mumble >> mumble) wants the info in the actual source code file as comments! I >> explained that all the info

RE: Blame/annotate not good enough...

2013-04-24 Thread Bob Archer
> On Apr 23, 2013, at 15:56, Daniel Shahaf wrote: > > Ryan Schmidt wrote on Tue, Apr 23, 2013 at 01:45:49 -0500: > >> 3. If you want the actual source code in the repository to contain > >> these comments, then you're talking about several scripts: one that > >> the developers must invoke in place

Re: Blame/annotate not good enough...

2013-04-24 Thread Les Mikesell
On Wed, Apr 24, 2013 at 7:35 AM, Branko Čibej wrote: > > > You clearly have never had to deal with the more Neanderthal species of > auditor who believe meaningful technological advance stopped about 200 > years before Gutenberg. Can't they at least deal with a web view generated by viewvc or web

Re: Blame/annotate not good enough...

2013-04-24 Thread Nico Kadel-Garcia
On Wed, Apr 24, 2013 at 8:35 AM, Branko Čibej wrote: > On 23.04.2013 16:29, Thorsten Schöning wrote: > > Guten Tag Charles Gallo, > > am Dienstag, 23. April 2013 um 14:22 schrieben Sie: > > > >> Blame/annotate does exactly what I want, but the client (mumble > >> mumble) wants the info in the act