I have an SVN server running on Windows
After each commit me, every "functional copy "(Every person needs to implement an update on svn repos) I have tried with the post-commit.bat script in the hook directory on the svn server. The problem is that the update has happened on the server and not in the client file.
Here's a quote:
@ECHO OFF SEP REPOS =% 1 SET REV =% 2 Set DIRE =% REPOS% / Hook SET WORKING_COPY = c: \ path \ Example: person1: commit Post-Commit Person 2: Update >
If this is not possible, then I at least update myself to the person 1. Person 1: committed, automatic update in his work copy
I have seen a solution with Windows scheduled work, but this is a lot of my AST solution
Can you help? Thanks a lot.
SVN post-cut hook is for server-side operation, you will not be able to control other users who have A copy of the repository has been examined.
Each of you should be included in the practice of running svn update
initially every day.
Comments
Post a Comment