-
Hi, my log file was generated fine, however, when I run the command for generating the html using the statsvn jar file, it starts the processing but then hangs at some step. I waited for some time, but no results. Is there something else I need to look into or I am doing something wrong?
Thanks,
--Kalpana.
2009-09-21 03:47:21 UTC by nobody
-
Hi, my log file was generated fine, however, when I run the command for generating the html using the statsvn jar file, it starts the processing but then hangs at some step. I waited for some time, but no results. Is there something else I need to look into or I am doing something wrong?
Thanks,
--Kalpana.
2009-09-20 09:31:14 UTC by nobody
-
Hi, my log file was generated fine, however, when I run the command for generating the html using the statsvn jar file, it starts the processing but then hangs at some step. I waited for some time, but no results. Is there something else I need to look into or I am doing something wrong?
Thanks,
--Kalpana.
2009-09-20 06:48:10 UTC by nobody
-
My layout is roughly the following: I have 4 projects A, B, C, D.
A has the layout
/src/
/components/X
/components/Y
/components/Z
where /src/ has A's source, and /components/* are the projects B,C,D pulled in via svn:externals.
So after a checkout including the externals I get something like
/A/src/
/A/components/X/src/ (from B)
/A/components/Y/src/ (from C)
/A/components/Z/src/...
2009-09-08 12:47:11 UTC by stoermer
-
What is StatSVN's current behavior concerning svn:externals?
What does the svn log show when you point to an external folder? A modification to the directory (to add the svn:externals metadata)? Afterwards, no modifications are shown in the directories that include it, even when the files are modified (as these changes are elsewhere in the repository)?
What would you do if you had a...
2009-09-08 12:24:17 UTC by jkealey
-
Btw, Allard's example has the flaw that seemingly in svn the combination of "--xml" and "--incremental" does NOT result in a well-formed XML document (at least on the machine with svn 1.4 I have available here right now, see [1]), so you'll have to do some fixing first.
[1] http://osdir.com/ml/version-control.subversion.devel/2002-10/msg00253.html.
2009-09-08 08:05:25 UTC by stoermer
-
Would be great to have support for the analysis of projects that include sub-projects via svn:externals.
2009-09-08 07:40:12 UTC by stoermer
-
benoitx committed revision 397 to the StatSVN SVN repository, changing 3 files.
2009-08-31 20:21:45 UTC by benoitx
-
Simply put, this relies on the fact that you can do an svn diff and use the deletion revision as one of the revisions? (and it shows all deleted lines as the diff?)
2009-08-21 12:03:03 UTC by jkealey
-
As for the approxinateFinalLOC i figured 0 is fine beacuse the file doesn't exist anymore and so the lines delta between deletition revision and previous revision shows how many lines the file had when it was deleted. If You wish You can assign abs(linesDelta) to the approximateFinalLOC return.
Yes we can do this by using cat but on the other the solution is already built in just making two...
2009-08-21 06:56:25 UTC by emzyla