Search found 8 matches

by baitone76
18 Oct 2013, 12:29
Forum: General Discussion
Topic: SVN post-commit with windows
Replies: 28
Views: 58142

Re: SVN post-commit with windows

No....
by baitone76
30 Sep 2013, 11:03
Forum: General Discussion
Topic: SVN post-commit with windows
Replies: 28
Views: 58142

Re: SVN post-commit with windows

It doesn't work! Log message is again: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>401 Authorization Required</title> </head><body> <h1>Authorization Required</h1> <p>This server could not verify that you are authorized to access the document requested. Either yo...
by baitone76
25 Sep 2013, 11:37
Forum: General Discussion
Topic: SVN post-commit with windows
Replies: 28
Views: 58142

Re: SVN post-commit with windows

This is the log file content: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>401 Authorization Required</title> </head><body> <h1>Authorization Required</h1> <p>This server could not verify that you are authorized to access the document requested. Either you supplie...
by baitone76
25 Sep 2013, 11:04
Forum: General Discussion
Topic: SVN post-commit with windows
Replies: 28
Views: 58142

Re: SVN post-commit with windows

How can I log hat my post commit does?
by baitone76
25 Sep 2013, 08:35
Forum: General Discussion
Topic: SVN post-commit with windows
Replies: 28
Views: 58142

Re: SVN post-commit with windows

Hi Alain. I tried without all the "\b"s in regex but no results. Then I tried to use http://.... instead of C:///... but no results. Finally I tried to set user + password for svn repository, but no results. The same thing using Fixed #12 or Fixed bug #12. It works only doing IMport latest...
by baitone76
25 Sep 2013, 06:24
Forum: General Discussion
Topic: SVN post-commit with windows
Replies: 28
Views: 58142

Re: SVN post-commit with windows

update.JPG OK, thank you Alan. Message to commit : Fixed #12 to test commit Post-Commit.bat: @ECHO OFF SETLOCAL set REPOS="MAS" set REV=%2 set CHECKINURL="http://srvcad:8080/mantis/plugin.php?page=Source/checkin" "C:\Program Files (x86)\VisualSVN Server\curl.exe" -d &q...
by baitone76
24 Sep 2013, 10:48
Forum: General Discussion
Topic: SVN post-commit with windows
Replies: 28
Views: 58142

Re: SVN post-commit with windows

With " instead of ' I havo no errors but it doesn't work. If I look at the mantibt bug I have no changes (fixed i.e) neither in mantis repositories revisions are updated. I have visualsvn 2.5.1, websvn 2.3.3, mantisbt 1.2.15 . Visual SVN server uses port 8080. SVN Repositories folder is C:\Repo...
by baitone76
24 Sep 2013, 09:05
Forum: General Discussion
Topic: SVN post-commit with windows
Replies: 28
Views: 58142

Re: SVN post-commit with windows

Hi. I use the following post-commit.bat: @ECHO OFF SETLOCAL set REPOS="MyRep" set REV=%2 set CHECKINURL="http://myserver:8080/mantis/plugin.php?page=Source/checkin" 'C:\Program Files (x86)\VisualSVN Server\curl.exe' -d "repo_name=%REPOS%" -d "data=%REV%" -d &q...