Search found 7 matches

by jagtap.suhas
05 Oct 2012, 12:48
Forum: General Discussion
Topic: SVN post-commit with windows
Replies: 28
Views: 57414

Re: SVN post-commit with windows

Alain,

It worked like charm.. I can able to resolve multiple bugs in same commit , using regex string given by you.
It is very difficult for me to resolve this.

Thank you very much for your time and consideration :D
by jagtap.suhas
05 Oct 2012, 10:02
Forum: General Discussion
Topic: SVN post-commit with windows
Replies: 28
Views: 57414

Re: SVN post-commit with windows

/(?:bugs?|issues?|reports?)+:?\s+(?:#(?:\d+)[,\.\s]*)+/i This one is not working for me.... :( Currently i am using Following regex, which is working for single bug id. Bug Link Regex Pass 1:- /\b(?:bug|issue|task)\s*[#]{0,1}(\d+)\b/i Bug Fixed Regex Pass 1:- /\bfix(?:ed|es)\s+(?:bug|issue|task)?\s*...
by jagtap.suhas
05 Oct 2012, 05:29
Forum: General Discussion
Topic: SVN post-commit with windows
Replies: 28
Views: 57414

Re: SVN post-commit with windows

Have integrated Mantis 1.2.x and subversion properly using above bat file.
But i need help on updating multiple issues at the same commit.
When i provide multiple bugs separated by comma while committing in svn (Tortoise svn). It doesn't write anything in second bug number.
by jagtap.suhas
12 Mar 2012, 05:56
Forum: Customizations
Topic: SVN user name in bug after commit.
Replies: 1
Views: 3077

SVN user name in bug after commit.

I have integrated mantis 1.2.9 with subversion.And i have created a script using "g_source_control_account" to specify the name of the user updating the issue. I didn't want to always specify the same user, but instead specify the name of the user actually committing the files. Is there an...
by jagtap.suhas
12 Mar 2012, 05:45
Forum: Customizations
Topic: Multiple Bugs at same svn commit
Replies: 6
Views: 8252

Re: Multiple Bugs at same svn commit

M using tortoise svn client to commit the bug. And at the right corner m getting "Issue" window, where we enter multiple bug numbers...Please find attached snapshot.
by jagtap.suhas
10 Mar 2012, 04:46
Forum: Customizations
Topic: Multiple Bugs at same svn commit
Replies: 6
Views: 8252

Re: Multiple Bugs at same svn commit

atrol wrote:Does your commit message look like: Fix #1, #2
This seems to work with Git.
Maybe this works also with SVN
Where i can find this message FIX #1, #2.... ?
by jagtap.suhas
09 Mar 2012, 12:18
Forum: Customizations
Topic: Multiple Bugs at same svn commit
Replies: 6
Views: 8252

Multiple Bugs at same svn commit

HI
I have integrated Mantis 1.2.9 and subversion properly and it is working fine.
But i need help on updating multiple issues at the same commit.

When i provide multiple bugs separeted by comma while commiting in svn. It doesnt write anything in second bug number.

Thanks
Suhas