StatSVN 0.5.0 is released!

25 messages Options
Embed this post
Permalink
1 2
Jason Kealey-2

Re: StatSVN 0.5.0 is released! - Question

Reply Threaded More More options
Print post
Permalink
It looks fine.  Does your repositories.xml (in the cache-dir folder) contain its uuid? 

---
Jason Kealey - [hidden email]
LavaBlast Franchise Software - http://www.lavablast.com
Simplifying day-to-day franchise operations


On Tue, Jun 2, 2009 at 9:44 AM, REYNOLDS, KEN CIV DFAS <[hidden email]> wrote:
Jason,

You are not the only one. Below is the svn -ifo --xml against the
working copy. I checked the entire project out so it would be full. Same
result.

C:\>svn info --xml c:\cms
<?xml version="1.0"?>
<info>
<entry
  kind="dir"
  path="C:\cms"
  revision="352">
<url>svn://Server-name/vol27/subver/repo/cms</url>
<repository>
<root>svn://fin-ss21.dfas.mil/vol27/subver/repo/cms</root>
<uuid>903e6ca5-91b2-49e9-9cde-81ee1b2650f7</uuid>
</repository>
<wc-info>
<schedule>normal</schedule>
<depth>infinity</depth>
</wc-info>
<commit
  revision="352">
<author>jgerrtis</author>
<date>2009-06-01T19:08:22.093326Z</date>
</commit>
</entry>
</info>


------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises
looking to deploy the next generation of Solaris that includes the latest
innovations from Sun and the OpenSource community. Download a copy and
enjoy capabilities such as Networking, Storage and Virtualization.
Go to: http://p.sf.net/sfu/opensolaris-get
_______________________________________________
Statsvn-developers mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/statsvn-developers
Kwrdfas

Re: StatSVN 0.5.0 is released! - Question

Reply Threaded More More options
Print post
Permalink
In reply to this post by Kwrdfas
Oh Ya!

The reports are running now. I do not understand the difference, but if
I use the --verbose command on log on the working copy or URL it works
just fine.

To both of you: Thank you for all of your help and time. This is a tool
we real use and it needed to work.

V/R

Ken

-----Original Message-----
From: Jason Kealey [mailto:[hidden email]]
Sent: Tuesday, June 02, 2009 10:00 AM
To: REYNOLDS, KEN CIV DFAS
Subject: Re: [Statsvn-developers] StatSVN 0.5.0 is released! - Question

What is the difference between both generated log files?

---
Jason Kealey - [hidden email]
LavaBlast Franchise Software - http://www.lavablast.com
Simplifying day-to-day franchise operations



On Tue, Jun 2, 2009 at 9:56 AM, REYNOLDS, KEN CIV DFAS
<[hidden email]> wrote:


        Cache XML
        <?xml version="1.0" encoding="UTF-8" standalone="no"?>
       
        Repository XNL
        <?xml version="1.0" encoding="UTF-8" standalone="no"?>
        <repositories>
        <repository
file="cache_903e6ca5-91b2-49e9-9cde-81ee1b2650f7.xml"
        project="" uuid="903e6ca5-91b2-49e9-9cde-81ee1b2650f7"/>
        <repository
file="cache_70feae74-860a-0410-b6e4-f24f7a5e8c4f.xml"
        project="" uuid="70feae74-860a-0410-b6e4-f24f7a5e8c4f"/>
        </repositories>
       
        There is something going on with SVN 1.6.1 I think. If I take
the SVN
        client and STATSVN URL and do a log --xml on it comes up
279,815. If I
        use the working copy I get 78,526.
       
        Now if I do the same against my CMS working copy I get the same
size log
        file of 67,779.
       
        Something looks a miss with that output, but not sure.
       



        -----Original Message-----
        From: Jason Kealey [mailto:[hidden email]]
       
        Sent: Tuesday, June 02, 2009 9:49 AM
        To: REYNOLDS, KEN CIV DFAS
        Cc: [hidden email]
        Subject: Re: [Statsvn-developers] StatSVN 0.5.0 is released! -
Question
       
       
        It looks fine.  Does your repositories.xml (in the cache-dir
folder)
        contain its uuid?
       
        ---
        Jason Kealey - [hidden email]
        LavaBlast Franchise Software - http://www.lavablast.com
        Simplifying day-to-day franchise operations
       
       
       
        On Tue, Jun 2, 2009 at 9:44 AM, REYNOLDS, KEN CIV DFAS
        <[hidden email]> wrote:
       
       
               Jason,
       
               You are not the only one. Below is the svn -ifo --xml
against
        the
               working copy. I checked the entire project out so it
would be
        full. Same
               result.
       
               C:\>svn info --xml c:\cms
               <?xml version="1.0"?>
               <info>
               <entry
                 kind="dir"
                 path="C:\cms"
                 revision="352">
               <url>svn://Server-name/vol27/subver/repo/cms</url>
               <repository>
       
<root>svn://fin-ss21.dfas.mil/vol27/subver/repo/cms</root>
               <uuid>903e6ca5-91b2-49e9-9cde-81ee1b2650f7</uuid>
               </repository>
               <wc-info>
               <schedule>normal</schedule>
               <depth>infinity</depth>
               </wc-info>
               <commit
                 revision="352">
               <author>jgerrtis</author>
               <date>2009-06-01T19:08:22.093326Z</date>
               </commit>
               </entry>
               </info>
       
       
       
       



------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises
looking to deploy the next generation of Solaris that includes the latest
innovations from Sun and the OpenSource community. Download a copy and
enjoy capabilities such as Networking, Storage and Virtualization.
Go to: http://p.sf.net/sfu/opensolaris-get
_______________________________________________
Statsvn-developers mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/statsvn-developers
BenoitX

Better warning

Reply Threaded More More options
Print post
Permalink
Some javascript/style in this post has been disabled (why?)
The next release of StatSVN will be improved to show possible reasons why it cannot parse the log file:

e.g.
missing -v.. when generating the svn log.

Here is the output:

C:\project\statsvn>svn log --xml https://statsvn.svn.sourceforge.net/svnroot/statsvn/  1>svn.log

C:\project\statsvn>java -jar statsvn\dist\statsvn.jar -debug -verbose -charset ISO-8859-1 -xdoc -config-file ./demo/script/statsvn.propertie
s -output-dir statsvn\site\statsvn -tags "^0.2.0|^0.1.3|^0.1.2|^0.0.9|^0.3.0|^0.3.1|^0.3.2|^0.4.0|^0.4.1|^0.5.0" -title StatSVN -exclude "**
/qalab.xml|**/*.pdf|**/etc/LICENSE" -viewvc http://svn.sourceforge.net/viewvc/statsvn/trunk ./svn.log .
02-Jun-2009 16:58:33 net.sf.statsvn.util.JavaUtilTaskLogger info
INFO: StatSVN - SVN statistics generation

Parsing SVN log './svn.log' exclude pattern '**/qalab.xml|**/*.pdf|**/etc/LICENSE'
Scheduled 0 svn diff calls on 0 threads.
Generating report for StatSVN into statsvn\site\statsvn\
Using default CSS file (objectlab-statcvs-xdoc.css)
memory usage After Build: 0.0 kb
The repository object is not valid. Please check your settings.
Possible reasons:
1/ Did you use the option -v to create the SVN log
2/ Is the log file empty?
3/ Do you run from a checked out directory (you should)?
4/ Do you have non-committed items?

------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises
looking to deploy the next generation of Solaris that includes the latest
innovations from Sun and the OpenSource community. Download a copy and
enjoy capabilities such as Networking, Storage and Virtualization.
Go to: http://p.sf.net/sfu/opensolaris-get
_______________________________________________
Statsvn-developers mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/statsvn-developers
Jean-Philippe Daigle-2

Re: StatSVN 0.5.0 is released! - Question

Reply Threaded More More options
Print post
Permalink
In reply to this post by Kwrdfas
Hmm, I wonder if we could detect that --verbose wasn't given and have a sane error message.

On Tue, Jun 2, 2009 at 10:20 AM, REYNOLDS, KEN CIV DFAS <[hidden email]> wrote:
Oh Ya!

The reports are running now. I do not understand the difference, but if
I use the --verbose command on log on the working copy or URL it works
just fine.

To both of you: Thank you for all of your help and time. This is a tool
we real use and it needed to work.

V/R

Ken

-----Original Message-----
From: Jason Kealey [mailto:[hidden email]]
Sent: Tuesday, June 02, 2009 10:00 AM
To: REYNOLDS, KEN CIV DFAS
Subject: Re: [Statsvn-developers] StatSVN 0.5.0 is released! - Question

What is the difference between both generated log files?

---
Jason Kealey - [hidden email]
LavaBlast Franchise Software - http://www.lavablast.com
Simplifying day-to-day franchise operations



On Tue, Jun 2, 2009 at 9:56 AM, REYNOLDS, KEN CIV DFAS
<[hidden email]> wrote:


       Cache XML
       <?xml version="1.0" encoding="UTF-8" standalone="no"?>

       Repository XNL
       <?xml version="1.0" encoding="UTF-8" standalone="no"?>
       <repositories>
       <repository
file="cache_903e6ca5-91b2-49e9-9cde-81ee1b2650f7.xml"
       project="" uuid="903e6ca5-91b2-49e9-9cde-81ee1b2650f7"/>
       <repository
file="cache_70feae74-860a-0410-b6e4-f24f7a5e8c4f.xml"
       project="" uuid="70feae74-860a-0410-b6e4-f24f7a5e8c4f"/>
       </repositories>

       There is something going on with SVN 1.6.1 I think. If I take
the SVN
       client and STATSVN URL and do a log --xml on it comes up
279,815. If I
       use the working copy I get 78,526.

       Now if I do the same against my CMS working copy I get the same
size log
       file of 67,779.

       Something looks a miss with that output, but not sure.




       -----Original Message-----
       From: Jason Kealey [mailto:[hidden email]]

       Sent: Tuesday, June 02, 2009 9:49 AM
       To: REYNOLDS, KEN CIV DFAS
       Cc: [hidden email]
       Subject: Re: [Statsvn-developers] StatSVN 0.5.0 is released! -
Question


       It looks fine.  Does your repositories.xml (in the cache-dir
folder)
       contain its uuid?

       ---
       Jason Kealey - [hidden email]
       LavaBlast Franchise Software - http://www.lavablast.com
       Simplifying day-to-day franchise operations



       On Tue, Jun 2, 2009 at 9:44 AM, REYNOLDS, KEN CIV DFAS
       <[hidden email]> wrote:


              Jason,

              You are not the only one. Below is the svn -ifo --xml
against
       the
              working copy. I checked the entire project out so it
would be
       full. Same
              result.

              C:\>svn info --xml c:\cms
              <?xml version="1.0"?>
              <info>
              <entry
                kind="dir"
                path="C:\cms"
                revision="352">
              <url>svn://Server-name/vol27/subver/repo/cms</url>
              <repository>

<root>svn://fin-ss21.dfas.mil/vol27/subver/repo/cms</root>
              <uuid>903e6ca5-91b2-49e9-9cde-81ee1b2650f7</uuid>
              </repository>
              <wc-info>
              <schedule>normal</schedule>
              <depth>infinity</depth>
              </wc-info>
              <commit
                revision="352">
              <author>jgerrtis</author>
              <date>2009-06-01T19:08:22.093326Z</date>
              </commit>
              </entry>
              </info>







------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises
looking to deploy the next generation of Solaris that includes the latest
innovations from Sun and the OpenSource community. Download a copy and
enjoy capabilities such as Networking, Storage and Virtualization.
Go to: http://p.sf.net/sfu/opensolaris-get
_______________________________________________
Statsvn-developers mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/statsvn-developers



------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises
looking to deploy the next generation of Solaris that includes the latest
innovations from Sun and the OpenSource community. Download a copy and
enjoy capabilities such as Networking, Storage and Virtualization.
Go to: http://p.sf.net/sfu/opensolaris-get
_______________________________________________
Statsvn-developers mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/statsvn-developers
Kwrdfas

RE: [Statsvn-developers] Better warning

Reply Threaded More More options
Print post
Permalink
In reply to this post by BenoitX
All,

The -v was in my script, but it seems not to care for it on the client
side if you go against the working copy. If I use --verbose it works
just fine.

Thanks for all your help again.

V/R

Ken

-----Original Message-----
From: BenoitX (via Nabble) [mailto:[hidden email]]
Sent: Tuesday, June 02, 2009 12:26 PM
To: REYNOLDS, KEN CIV DFAS
Subject: [Statsvn-developers] Better warning

The next release of StatSVN will be improved to show possible reasons
why it cannot parse the log file:

e.g. missing -v.. when generating the svn log.

Here is the output:

C:\project\statsvn>svn log --xml
https://statsvn.svn.sourceforge.net/svnroot/statsvn/  1>svn.log

C:\project\statsvn>java -jar statsvn\dist\statsvn.jar -debug -verbose
-charset ISO-8859-1 -xdoc -config-file ./demo/script/statsvn.propertie
s -output-dir statsvn\site\statsvn -tags
"^0.2.0|^0.1.3|^0.1.2|^0.0.9|^0.3.0|^0.3.1|^0.3.2|^0.4.0|^0.4.1|^0.5.0"
-title StatSVN -exclude "**
/qalab.xml|**/*.pdf|**/etc/LICENSE" -viewvc
http://svn.sourceforge.net/viewvc/statsvn/trunk ./svn.log .
02-Jun-2009 16:58:33 net.sf.statsvn.util.JavaUtilTaskLogger info
INFO: StatSVN - SVN statistics generation

Parsing SVN log './svn.log' exclude pattern
'**/qalab.xml|**/*.pdf|**/etc/LICENSE'
Scheduled 0 svn diff calls on 0 threads.
Generating report for StatSVN into statsvn\site\statsvn\
Using default CSS file (objectlab-statcvs-xdoc.css)
memory usage After Build: 0.0 kb
The repository object is not valid. Please check your settings.
Possible reasons:
1/ Did you use the option -v to create the SVN log
2/ Is the log file empty?
3/ Do you run from a checked out directory (you should)?
4/ Do you have non-committed items?

------------------------------------------------------------------------
------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises
looking to deploy the next generation of Solaris that includes the
latest
innovations from Sun and the OpenSource community. Download a copy and
enjoy capabilities such as Networking, Storage and Virtualization.
Go to: http://p.sf.net/sfu/opensolaris-get
_______________________________________________
Statsvn-developers mailing list
Statsvn-developers@...
<http://n2.nabble.com/user/SendEmail.jtp?type=node&node=3012948&i=0>  
https://lists.sourceforge.net/lists/listinfo/statsvn-developers



________________________________

View message @
http://n2.nabble.com/StatSVN-0.5.0-is-released%21-tp2987248p3012948.html
You received this email because its matches your search subscription
<http://n2.nabble.com/user/UserSubscriptions.jtp?id=a1717&action=show>  

1 2