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-tool
Does anybody know what I should do?
Ton