Search found 7 matches

by simpson_2
01 Feb 2009, 20:41
Forum: General Discussion
Topic: Integrating Mantis and Subversion
Replies: 1
Views: 2172

Re: Integrating Mantis and Subversion

Hi,

I've done something similar in a far more elegant way.
although the database design is opensource this does not make the database open as well.

I would not recomend this way of integration.
there is already a script which takes care of this, and will solve issues with:
a) different database ...
by simpson_2
17 Mar 2008, 18:18
Forum: Customizations
Topic: [1.1.0] remote SVN server
Replies: 11
Views: 26855

Re: [1.1.0] remote SVN server

Is there anything I can do to kickoff activity on this bug ??
by simpson_2
04 Feb 2008, 21:46
Forum: Customizations
Topic: [1.1.0] remote SVN server
Replies: 11
Views: 26855

Re: [1.1.0] remote SVN server

some code is attached to the bug
by simpson_2
23 Jan 2008, 18:58
Forum: Customizations
Topic: [1.1.0] remote SVN server
Replies: 11
Views: 26855

Re: [1.1.0] remote SVN server

What is custom in this sitautaion ??

file a bug for it ??

or do we discuss everthing in detail here ??

In the mean time I've extended mantis a bit:

* Extra field on the user record to store SVN username
* userapi contains a function to look up ID by SVN name

the result is that a user can ...
by simpson_2
14 Jan 2008, 11:59
Forum: Customizations
Topic: [1.1.0] remote SVN server
Replies: 11
Views: 26855

Re: [1.1.0] remote SVN server

there seems little or no interest.....

should I do something with these updates ? or file a bug about it ?
by simpson_2
03 Jan 2008, 17:07
Forum: Customizations
Topic: [1.1.0] remote SVN server
Replies: 11
Views: 26855

[1.1.0] remote SVN server

Hi all,

using the guide at: http://alt-tag.com/blog/archives/2006/11/integrating-mantis-and-subversion/
I quickly found out that both SVN and Mantis should be on the same machine ( a install where we have mantis on the SVN machine referencing the remote database would be possible as well ofcourse ...