Feature Requests item #1897165, was opened at 2008-02-19 19:58
Message generated for change (Comment added) made by stoermer
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=833329&aid=1897165&group_id=164845Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Input Layer: SVN
Group: Next Release (example)
Status: Open
Priority: 5
Private: No
Submitted By: Allard (allarddijk)
Assigned to: Nobody/Anonymous (nobody)
Summary: Support for MultiDir/svn:externals
Initial Comment:
Projects with linked in directories are not supported at this moment. It just skips this dirs. The information is normally not included with the normal svn commandline.
to gather this information one should make a batch in this form:
del x:\svn.log
svn log --incremental --xml directoryA >> x:\svn.log
svn log --incremental --xml directoryB >> x:\svn.log
svn log --incremental --xml directoryC >> x:\svn.log
Now one should supply this directories to the stat software. In the current situation you can only supply 1 directory.
When this is ready you have this features:
*support for multiple projects
*support for projects using svn:external
----------------------------------------------------------------------
Comment By: Heiko Stoermer (stoermer)
Date: 2009-09-08 14:47
Message:
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/ (from D)
I can create the complete log of everything following Allard's proposal
and fixing the resulting non-well-formed XML file that svn produces by
hand.
When I run statsvn on the resulting log file giving /A/ as path, i get
tons of "problems getting diff" messages and "no such revision". All
subfolders in the resulting report do appear, but e.g. LOC calculations
seem very much off.
----------------------------------------------------------------------
Comment By: Jason Kealey (jkealey)
Date: 2009-09-08 14:24
Message:
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 repository that had an svn:externals to
itself. If you checked out the trunk, would you expect the change to the
included directory to be seen as a modification in all the places that use
it?
----------------------------------------------------------------------
Comment By: Heiko Stoermer (stoermer)
Date: 2009-09-08 10:05
Message:
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----------------------------------------------------------------------
Comment By: Heiko Stoermer (stoermer)
Date: 2009-09-08 09:40
Message:
Would be great to have support for the analysis of projects that include
sub-projects via svn:externals.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=833329&aid=1897165&group_id=164845------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.
http://p.sf.net/sfu/bobj-july_______________________________________________
Statsvn-developers mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/statsvn-developers