Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.programmer > #13582

Re: Creating a subversion "tag change summary".

From Daniel Pitts <newsgroup.nospam@virtualinfinity.net>
Newsgroups comp.lang.java.programmer
Subject Re: Creating a subversion "tag change summary".
References <hjHir.4833$R85.3117@newsfe17.iad> <n8ts59-f59.ln1@s.simpson148.btinternet.com>
Message-ID <FtYir.9808$YM2.1207@newsfe05.iad> (permalink)
Date 2012-04-16 10:16 -0700

Show all headers | View raw


On 4/16/12 12:10 AM, Steven Simpson wrote:
> On 15/04/12 22:44, Daniel Pitts wrote:
>> Basically, I want to warn someone if are two or more authors committed
>> to the file that's being deployed,
>
> I expect I haven't fully understood your requirements, but for that
> specific one, could you use the equivalent of 'svn blame'?
>

I thought about using that at first, it doesn't really help here. I have 
two versions of the same file, and I need to know who's made the 
difference.  svn blame takes exactly one file.

In another post, I mentioned that svn info runs much faster for my 
tagged file, and it returns basically the last revision that changed 
that version of the file. I'm satisfied with this solution (unless I can 
find "the perfect" solution). This is more of a "double check", so it 
doesn't have to be perfect. The edge cases this misses are going to be 
few and far between.  It is already more information than people get 
with our existing tool-set.

Back to comp.lang.java.programmer | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

Creating a subversion "tag change summary". Daniel Pitts <newsgroup.nospam@virtualinfinity.net> - 2012-04-15 14:44 -0700
  Re: Creating a subversion "tag change summary". Daniel Pitts <newsgroup.nospam@virtualinfinity.net> - 2012-04-15 15:11 -0700
    Re: Creating a subversion "tag change summary". "John B. Matthews" <nospam@nospam.invalid> - 2012-04-16 01:51 -0400
      Re: Creating a subversion "tag change summary". Daniel Pitts <newsgroup.nospam@virtualinfinity.net> - 2012-04-16 10:12 -0700
        Re: Creating a subversion "tag change summary". "John B. Matthews" <nospam@nospam.invalid> - 2012-04-16 20:54 -0400
          Re: Creating a subversion "tag change summary". Daniel Pitts <newsgroup.nospam@virtualinfinity.net> - 2012-04-17 09:25 -0700
  Re: Creating a subversion "tag change summary". Steven Simpson <ss@domain.invalid> - 2012-04-16 08:10 +0100
    Re: Creating a subversion "tag change summary". Daniel Pitts <newsgroup.nospam@virtualinfinity.net> - 2012-04-16 10:16 -0700

csiph-web