Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I\'ve created a form application in .NET which will be used in the post-commit hook. the problem is that the UI of the application is not shown.
I\'ve built a script in VS that receives the 2 arguments sent by post-commit hook. The script runs SVN LOG to retrieve data about the revision (author, date, files).
what could be the possible reason that my ruby script is not being called successfully? note that when i manually execute the post-commit script like so:
HI, I\'ve created a batch file called post-commit.bat and placed it under the /hooks directory. The content of the file is:
I would like to record how the number of pages of my LaTeX document grows over time. I store the foo.tex file in my SVN repository, so I\'m thinking I can use a post-commit script for that, which ru
I have a long-running post-commit hook that updates an index of subversion repository (from the project http://svnquery.tigris.org/)The postcommit hook already runs as a separate thread due to the Run
I\'ve setup a post commit script found at http://trac.edgewall.org/browser/trunk/contrib/trac-post-commit-hook to associate changesets with tickets
I still remember in Delphi, developer can just make the UI(textbox, listbox...) directly connect to database, and then when user click a button, just call the post action, then the data will be saved
We have multiple ftp accounts for each website and recently have set up the folder with all the websites inside of a SVN Repository. What would be the best approach to set it up so it would upload on