Source code integration - Sourceforge SVN

General discussion of Mantis.

Moderators: Developer, Contributor

Post Reply
tcplomp
Posts: 1
Joined: 10 Apr 2010, 08:48

Source code integration - Sourceforge SVN

Post by tcplomp »

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:
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)
When I try to import this I get the following response:
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.
And these are my import results:
Import Results
Import 2010-04-10 10:39:23

Imported 0 changesets, 0 files, and 0 bug references.
Which is quite strange since I have 199 revisions/changesets.

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
I get a full listing of all the changesets, but the parsing returns nothing

Does anybody know what I should do?

Ton
atrol
Site Admin
Posts: 8534
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Source code integration - Sourceforge SVN

Post by atrol »

A better place to get help for this is the developer mailing list. I am pretty sure John will be able to help you.
Or use the IRC, John's nick is nuclear_eclipse.
Please use Search before posting and read the Manual
Post Reply