Source code integration - Sourceforge SVN
Posted: 10 Apr 2010, 09:32
I am trying to setup the the Source Code integration as provided by John Reese http://www.leetcode.net. A local subversion system was no problem and now I am trying to include my SourceForge code.
Here's the settings I'm using:
Import Results
The really strange thing is that if I run the command executed by the plugin
I get a full listing of all the changesets, but the parsing returns nothing
Does anybody know what I should do?
Ton
Here's the settings I'm using:
When I try to import this I get the following response:Type SourceForge SVN
URL https://lv-cct-tool.svn.sourceforge.net ... v-cct-tool
Extra Info
sf_project => string(11) "lv-cct-tool"
svn_username => string(5) "Tonpg"
svn_password => string(7) ******
standard_repo => bool(false)
trunk_path => string(5) "Trunk"
branch_path => string(0) ""
tag_path => string(4) "Tags"
ignore_paths => bool(true)
And these are my import results:Requesting svn log for Code Capture Tool starting with revision 0...
Processing svn log...
Parsed to revision 199.
Requesting svn log for Code Capture Tool starting with revision 200...
Processing svn log...
No revisions parsed.
Import Results
Which is quite strange since I have 199 revisions/changesets.Import 2010-04-10 10:39:23
Imported 0 changesets, 0 files, and 0 bug references.
The really strange thing is that if I run the command executed by the plugin
Code: Select all
svn log -v -r 0:HEAD --limit 200 https://lv-cct-tool.svn.sourceforge.net/svnroot/lv-cct-toolDoes anybody know what I should do?
Ton