Tag markers

3 messages Options
Embed this post
Permalink
kareem

Tag markers

Reply Threaded More More options
Print post
Permalink
Hi all,

First off. Statsvn is pretty amazing. I'm loving the LOC and CHURN report. I'm trying to get the tag marker feature to work to get the real value out of those charts.

I've tried everything in this thread http://n2.nabble.com/Those-nice-vertical-dashed-lines-to-mark-releases-td2489329.html.

I still can't get the vertical tag lines to show in the charts.
I'm even trying it on the statsvn repository with no luck. Here are the exact commands I'm running with the prompt showing the location I'm running them from. Does it matter where you run svnstat from relative to the application? Can anyone see what's wrong with this?

This is a windows box.

C:\Projects\StatsSVN>svn co https://svn.sourceforge.net/svnroot/statsvn/ C:\Projects\StatsSVN\checko
uts\StatSVNDev

C:\Projects\StatsSVN>cd C:\Projects\StatsSVN\checkouts\StatSVNDev

C:\Projects\StatsSVN\checkouts\StatSVNDev>svn log -v --xml https://svn.sourceforge.net/svnroot/stats
vn/  >./logfile.log

C:\Projects\StatsSVN\checkouts\StatSVNDev>java -jar "C:\Projects\StatsSVN\statsvn.jar" "./logfile.log" "C:\Projects\StatsSVN\checkouts\StatSVNDev" -output-dir "C:\Projects\StatsSVN\reports\StatSVNDev"
 -title StatSVNDev  -tags "^0.2.0|^0.1.3"

Jason Kealey-2

Re: Tag markers

Reply Threaded More More options
Print post
Permalink
Ottawa companies are using StatSVN now? Excellent! :)

In any case, try running against this:
"C:\Projects\StatsSVN\checkouts\StatSVNDev\trunk"

instead of this:
"C:\Projects\StatsSVN\checkouts\StatSVNDev"

Not sure if that will work as I myself always forget the syntax for this, but I think it would make sense. 

Keep the log file the same (executed against whole repo).

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


On Wed, Jun 3, 2009 at 4:33 PM, kareem <[hidden email]> wrote:

Hi all,

First off. Statsvn is pretty amazing. I'm loving the LOC and CHURN report.
I'm trying to get the tag marker feature to work to get the real value out
of those charts.

I've tried everything in this thread
http://n2.nabble.com/Those-nice-vertical-dashed-lines-to-mark-releases-td2489329.html
http://n2.nabble.com/Those-nice-vertical-dashed-lines-to-mark-releases-td2489329.html
.

I still can't get the vertical tag lines to show in the charts.
I'm even trying it on the statsvn repository with no luck. Here are the
exact commands I'm running with the prompt showing the location I'm running
them from. Does it matter where you run svnstat from relative to the
application? Can anyone see what's wrong with this?

This is a windows box.

C:\Projects\StatsSVN>svn co https://svn.sourceforge.net/svnroot/statsvn/
C:\Projects\StatsSVN\checko
uts\StatSVNDev

C:\Projects\StatsSVN>cd C:\Projects\StatsSVN\checkouts\StatSVNDev

C:\Projects\StatsSVN\checkouts\StatSVNDev>svn log -v --xml
https://svn.sourceforge.net/svnroot/stats
vn/
 >./logfile.log

C:\Projects\StatsSVN\checkouts\StatSVNDev>java -jar
"C:\Projects\StatsSVN\statsvn.jar" "./logfile.log"
"C:\Projects\StatsSVN\checkouts\StatSVNDev" -output-dir
"C:\Projects\StatsSVN\reports\StatSVNDev"
 -title StatSVNDev  -tags "^0.2.0|^0.1.3"


--
View this message in context: http://n2.nabble.com/Tag-markers-tp3020878p3020878.html
Sent from the StatSVN Users mailing list archive at Nabble.com.


------------------------------------------------------------------------------
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-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/statsvn-users



------------------------------------------------------------------------------
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-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/statsvn-users
kareem

Re: Tag markers

Reply Threaded More More options
Print post
Permalink
That was it. So you check out from the root, but run svnstat against the trunk.

Thanks for the help.

Cheers


Jason Kealey-2 wrote:
Ottawa companies are using StatSVN now? Excellent! :)
In any case, try running against this:
"C:\Projects\StatsSVN\checkouts\StatSVNDev\trunk"

instead of this:
"C:\Projects\StatsSVN\checkouts\StatSVNDev"

Not sure if that will work as I myself always forget the syntax for this,
but I think it would make sense.

Keep the log file the same (executed against whole repo).

Thanks,
---
Jason Kealey - jkealey@lavablast.com
LavaBlast Franchise Software - http://www.lavablast.com
Simplifying day-to-day franchise operations


On Wed, Jun 3, 2009 at 4:33 PM, kareem <ksultan@realdecoy.com> wrote:

>
> Hi all,
>
> First off. Statsvn is pretty amazing. I'm loving the LOC and CHURN report.
> I'm trying to get the tag marker feature to work to get the real value out
> of those charts.
>
> I've tried everything in this thread
>
> http://n2.nabble.com/Those-nice-vertical-dashed-lines-to-mark-releases-td2489329.html
>
> http://n2.nabble.com/Those-nice-vertical-dashed-lines-to-mark-releases-td2489329.html
> .
>
> I still can't get the vertical tag lines to show in the charts.
> I'm even trying it on the statsvn repository with no luck. Here are the
> exact commands I'm running with the prompt showing the location I'm running
> them from. Does it matter where you run svnstat from relative to the
> application? Can anyone see what's wrong with this?
>
> This is a windows box.
>
> C:\Projects\StatsSVN>svn co https://svn.sourceforge.net/svnroot/statsvn/
> C:\Projects\StatsSVN\checko
> uts\StatSVNDev
>
> C:\Projects\StatsSVN>cd C:\Projects\StatsSVN\checkouts\StatSVNDev
>
> C:\Projects\StatsSVN\checkouts\StatSVNDev>svn log -v --xml
> https://svn.sourceforge.net/svnroot/stats
> vn/  >./logfile.log
>
> C:\Projects\StatsSVN\checkouts\StatSVNDev>java -jar
> "C:\Projects\StatsSVN\statsvn.jar" "./logfile.log"
> "C:\Projects\StatsSVN\checkouts\StatSVNDev" -output-dir
> "C:\Projects\StatsSVN\reports\StatSVNDev"
>  -title StatSVNDev  -tags "^0.2.0|^0.1.3"
>
>
> --
> View this message in context:
> http://n2.nabble.com/Tag-markers-tp3020878p3020878.html
> Sent from the StatSVN Users mailing list archive at Nabble.com.
>
>
>
> ------------------------------------------------------------------------------
> 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-users mailing list
> Statsvn-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/statsvn-users
>
>

------------------------------------------------------------------------------
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-users mailing list
Statsvn-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/statsvn-users