Re: viewing svn logs?

2010-08-09 Thread David Brodbeck

On Aug 6, 2010, at 9:19 AM, Chris Shelton wrote:

 Tom,
 
 On Fri, Aug 6, 2010 at 11:58 AM, Tom Cruickshank tcruic...@gmail.com wrote:
 Preferably real-time (or scheduled).
 
 ie, file(s) get added/committed/updated, etc to the svn server, and viewer 
 automatically displays the latest entries.
 
 As long as each piece of information is identified (ie. Revision, Comments, 
 path/filename, etc) it should be ok.
 
 The viewers are technically inclined. They have an understanding of what 
 subversion is already :)
 
 Tom
 
 
 Trac provides all of these attributes by default in the timeline view.  It 
 needs to be installed on the SVN server, but does provide some basic 
 searching capabilities, and a nice read-only interface to a subversion 
 repository.  

Trac would be a good choice if I understand the requirements properly.  It has 
its own fine-grained permission system that's independent of Subversion's, and 
it does a nice job formatting the log into a readable timeline.

-- 

David Brodbeck
System Administrator, Linguistics
University of Washington






Re: viewing svn logs?

2010-08-07 Thread Kevin Grover
On Fri, Aug 6, 2010 at 08:21, Tom Cruickshank tcruic...@gmail.com wrote:
 Thank you. I will define the requirements.
 Here is what I would need:
 For someone without SVN access be able to see what's files have been
 committed/added/deleted/updated,revisions, etc.
 I believe it would essentially need to parse the SVN log file and display
 the information in a nice format online (or something)
 Tools I have at my disposal:
 1) SVN within dreamweaver (windows machine)
 2) SVN server in linux
 3) our web browsers
 Am I missing any information that you can think of?
 Thanks for helping me out!
 Tom


 On Fri, Aug 6, 2010 at 11:15 AM, Andy Levy andy.l...@gmail.com wrote:

 On Fri, Aug 6, 2010 at 11:01, Tom Cruickshank tcruic...@gmail.com wrote:
  Maybe I should be a bit more specific.
  The one who needs to view the logs does not have access to SVN.

 That's a critical detail. Since the logs are stored in the repository,
 you need access to it to view the logs. If you can't give that person
 access, you will have to produce some kind of report for them.

 Please define your full requirements - what exactly do you need, in
 what format, any scheduling/repeat business, what tools you have at
 your disposal, etc. It's the only way people will get you to the
 answer you need.

  On Fri, Aug 6, 2010 at 11:00 AM, Andy Levy andy.l...@gmail.com wrote:
 
  On Fri, Aug 6, 2010 at 10:58, Giulio Troccoli
  giulio.trocc...@uk.linedata.com wrote:
   What about TortoiseSVN?
  
 
  Or any other GUI SVN client, for that matter.
 
   
   From: Tom Cruickshank [mailto:tcruic...@gmail.com]
   Sent: 06 August 2010 15:54
   To: users@subversion.apache.org
   Subject: viewing svn logs?
  
   Hey Guys,
          Wondering if there is any software out there (open source
   or proprietary) which would allow someone to view SVN logs in a gui
   based
   environment?
   What do you folks typically use if you don't mind me asking?
   Tom
  
 
 



Sorry if this has already been suggested: I just quick-scanned the thread.

You could use svn log -v --xml and then have a stylesheet that
converts and outputs a 'report' in whatever format you want.  I'm sure
there's a bunch around for HTML and other similar formats.

This could be run 'on demand' from a web site, or as a hook each time
something is committed.


RE: viewing svn logs?

2010-08-06 Thread Giulio Troccoli
What about TortoiseSVN?




Linedata Limited
Registered Office: 85 Gracechurch St., London, EC3V 0AA
Registered in England and Wales No 3475006 VAT Reg No 710 3140 03




From: Tom Cruickshank [mailto:tcruic...@gmail.com]
Sent: 06 August 2010 15:54
To: users@subversion.apache.org
Subject: viewing svn logs?

Hey Guys,
   Wondering if there is any software out there (open source or 
proprietary) which would allow someone to view SVN logs in a gui based 
environment?

What do you folks typically use if you don't mind me asking?

Tom



Re: viewing svn logs?

2010-08-06 Thread Andy Levy
On Fri, Aug 6, 2010 at 10:58, Giulio Troccoli
giulio.trocc...@uk.linedata.com wrote:
 What about TortoiseSVN?


Or any other GUI SVN client, for that matter.

 
 From: Tom Cruickshank [mailto:tcruic...@gmail.com]
 Sent: 06 August 2010 15:54
 To: users@subversion.apache.org
 Subject: viewing svn logs?

 Hey Guys,
        Wondering if there is any software out there (open source
 or proprietary) which would allow someone to view SVN logs in a gui based
 environment?
 What do you folks typically use if you don't mind me asking?
 Tom



Re: viewing svn logs?

2010-08-06 Thread Tom Cruickshank
Unforunately, using svn within dreamweaver. Thanks for your feedback though!

Tom


On Fri, Aug 6, 2010 at 10:58 AM, Giulio Troccoli 
giulio.trocc...@uk.linedata.com wrote:

  What about TortoiseSVN?




 Linedata Limited
 Registered Office: 85 Gracechurch St., London, EC3V 0AA
 Registered in England and Wales No 3475006 VAT Reg No 710 3140 03





  --
 *From:* Tom Cruickshank [mailto:tcruic...@gmail.com]
 *Sent:* 06 August 2010 15:54
 *To:* users@subversion.apache.org
 *Subject:* viewing svn logs?

 Hey Guys,
Wondering if there is any software out there (open source
 or proprietary) which would allow someone to view SVN logs in a gui based
 environment?

 What do you folks typically use if you don't mind me asking?

 Tom




RE: viewing svn logs?

2010-08-06 Thread Thomas Loy
On Windows, Tortoise SVN is my choice.

Regards,

Tom

From: Giulio Troccoli [mailto:giulio.trocc...@uk.linedata.com]
Sent: Friday, August 06, 2010 10:58 AM
To: 'Tom Cruickshank'; users@subversion.apache.org
Subject: RE: viewing svn logs?

What about TortoiseSVN?




Linedata Limited
Registered Office: 85 Gracechurch St., London, EC3V 0AA
Registered in England and Wales No 3475006 VAT Reg No 710 3140 03




From: Tom Cruickshank [mailto:tcruic...@gmail.com]
Sent: 06 August 2010 15:54
To: users@subversion.apache.org
Subject: viewing svn logs?
Hey Guys,
   Wondering if there is any software out there (open source or 
proprietary) which would allow someone to view SVN logs in a gui based 
environment?

What do you folks typically use if you don't mind me asking?

Tom



Re: viewing svn logs?

2010-08-06 Thread Tom Cruickshank
Maybe I should be a bit more specific.

The one who needs to view the logs does not have access to SVN.



On Fri, Aug 6, 2010 at 11:00 AM, Andy Levy andy.l...@gmail.com wrote:

 On Fri, Aug 6, 2010 at 10:58, Giulio Troccoli
 giulio.trocc...@uk.linedata.com wrote:
  What about TortoiseSVN?
 

 Or any other GUI SVN client, for that matter.

  
  From: Tom Cruickshank [mailto:tcruic...@gmail.com]
  Sent: 06 August 2010 15:54
  To: users@subversion.apache.org
  Subject: viewing svn logs?
 
  Hey Guys,
 Wondering if there is any software out there (open source
  or proprietary) which would allow someone to view SVN logs in a gui based
  environment?
  What do you folks typically use if you don't mind me asking?
  Tom
 



Re: viewing svn logs?

2010-08-06 Thread Andy Levy
On Fri, Aug 6, 2010 at 11:01, Tom Cruickshank tcruic...@gmail.com wrote:
 Maybe I should be a bit more specific.
 The one who needs to view the logs does not have access to SVN.

That's a critical detail. Since the logs are stored in the repository,
you need access to it to view the logs. If you can't give that person
access, you will have to produce some kind of report for them.

Please define your full requirements - what exactly do you need, in
what format, any scheduling/repeat business, what tools you have at
your disposal, etc. It's the only way people will get you to the
answer you need.

 On Fri, Aug 6, 2010 at 11:00 AM, Andy Levy andy.l...@gmail.com wrote:

 On Fri, Aug 6, 2010 at 10:58, Giulio Troccoli
 giulio.trocc...@uk.linedata.com wrote:
  What about TortoiseSVN?
 

 Or any other GUI SVN client, for that matter.

  
  From: Tom Cruickshank [mailto:tcruic...@gmail.com]
  Sent: 06 August 2010 15:54
  To: users@subversion.apache.org
  Subject: viewing svn logs?
 
  Hey Guys,
         Wondering if there is any software out there (open source
  or proprietary) which would allow someone to view SVN logs in a gui
  based
  environment?
  What do you folks typically use if you don't mind me asking?
  Tom
 




Re: viewing svn logs?

2010-08-06 Thread Les Mikesell

On 8/6/2010 10:01 AM, Tom Cruickshank wrote:

Maybe I should be a bit more specific.

The one who needs to view the logs does not have access to SVN.



Viewvc can be run on the server to give view/history/download access 
through a web browser.  I think there are some other similar programs.


--
  Les Mikesell
   lesmikes...@gmail.com


Re: viewing svn logs?

2010-08-06 Thread Tom Cruickshank
Thank you. I will define the requirements.

Here is what I would need:

For someone without SVN access be able to see what's files have been
committed/added/deleted/updated,revisions, etc.

I believe it would essentially need to parse the SVN log file and display
the information in a nice format online (or something)

Tools I have at my disposal:

1) SVN within dreamweaver (windows machine)
2) SVN server in linux
3) our web browsers

Am I missing any information that you can think of?

Thanks for helping me out!

Tom



On Fri, Aug 6, 2010 at 11:15 AM, Andy Levy andy.l...@gmail.com wrote:

 On Fri, Aug 6, 2010 at 11:01, Tom Cruickshank tcruic...@gmail.com wrote:
  Maybe I should be a bit more specific.
  The one who needs to view the logs does not have access to SVN.

 That's a critical detail. Since the logs are stored in the repository,
 you need access to it to view the logs. If you can't give that person
 access, you will have to produce some kind of report for them.

 Please define your full requirements - what exactly do you need, in
 what format, any scheduling/repeat business, what tools you have at
 your disposal, etc. It's the only way people will get you to the
 answer you need.

  On Fri, Aug 6, 2010 at 11:00 AM, Andy Levy andy.l...@gmail.com wrote:
 
  On Fri, Aug 6, 2010 at 10:58, Giulio Troccoli
  giulio.trocc...@uk.linedata.com wrote:
   What about TortoiseSVN?
  
 
  Or any other GUI SVN client, for that matter.
 
   
   From: Tom Cruickshank [mailto:tcruic...@gmail.com]
   Sent: 06 August 2010 15:54
   To: users@subversion.apache.org
   Subject: viewing svn logs?
  
   Hey Guys,
  Wondering if there is any software out there (open source
   or proprietary) which would allow someone to view SVN logs in a gui
   based
   environment?
   What do you folks typically use if you don't mind me asking?
   Tom
  
 
 



Re: viewing svn logs?

2010-08-06 Thread Les Mikesell

On 8/6/2010 10:58 AM, Tom Cruickshank wrote:

Preferably real-time (or scheduled).

ie, file(s) get added/committed/updated, etc to the svn server, and
viewer automatically displays the latest entries.

As long as each piece of information is identified (ie. Revision,
Comments, path/filename, etc) it should be ok.

The viewers are technically inclined. They have an understanding of what
subversion is already :)



Like this: http://viewvc.org/images/viewvc-log.jpg
or maybe something you could do with the rss feed view?
Or if you want a commercial product with a lot more capability (search, 
etc.), you might like fisheye: http://www.atlassian.com/software/fisheye/


--
  Les Mikesell
   lesmikes...@gmail.com



Re: viewing svn logs?

2010-08-06 Thread Chris Shelton
Tom,

On Fri, Aug 6, 2010 at 11:58 AM, Tom Cruickshank tcruic...@gmail.comwrote:

 Preferably real-time (or scheduled).

 ie, file(s) get added/committed/updated, etc to the svn server, and viewer
 automatically displays the latest entries.

 As long as each piece of information is identified (ie. Revision, Comments,
 path/filename, etc) it should be ok.

 The viewers are technically inclined. They have an understanding of what
 subversion is already :)

 Tom


Trac provides all of these attributes by default in the timeline view.  It
needs to be installed on the SVN server, but does provide some basic
searching capabilities, and a nice read-only interface to a subversion
repository.

For an example, see:
http://trac.edgewall.org/timeline?from=08/06/10daysback=7authors=changeset=onrepo-=onrepo-ticket-links=onupdate=Update

chris


RE: viewing svn logs?

2010-08-06 Thread Bob Archer
 Here is what I would need:
 
 For someone without SVN access be able to see what's files have
 been committed/added/deleted/updated,revisions, etc.
 
 I believe it would essentially need to parse the SVN log file and
 display the information in a nice format online (or something)
 
 Tools I have at my disposal:
 
 1) SVN within dreamweaver (windows machine)
 2) SVN server in linux
 3) our web browsers
 
 Am I missing any information that you can think of?
 
 Thanks for helping me out!

BTW: Just because you are using Dreamweaver's internal svn support that doesn't 
preclude you from installing TortoiseSVN to view repo and logs. 

For someone to view that info the will need read access to the repository. So, 
they could use TSVN. Or... as others suggest use ViewVC or other such web UI 
based tools.

BOb



Re: viewing svn logs?

2010-08-06 Thread Nico Kadel-Garcia
On Fri, Aug 6, 2010 at 10:53 AM, Tom Cruickshank tcruic...@gmail.com wrote:
 Hey Guys,
        Wondering if there is any software out there (open source
 or proprietary) which would allow someone to view SVN logs in a gui based
 environment?

ViewVC provides an excellent web access, with the ability to enable
exporting directories or repos into tarballs, at
http://www.viewvc.org/. It's available as a add-on package for most
Linux systems and some UNIX systems.