Page 1 of 1

File/folder alert

PostPosted: Mon Nov 10, 2008 5:49 pm
by rdejuana
Howdy,

I don't know if this feature is there or not, but I would like to see a way for the system to alert me if a certain file or folder gets updated.

For example, I work in ruby on rails, and if the migration directory gets a new file, I need to run the migration script. It would be nice if syncro would alert me to a change in that folder.

Re: File/folder alert

PostPosted: Tue Nov 11, 2008 11:17 am
by sorin
Hello,

I assume you want to be alerted when a new revision of a file is committed to the SVN repository by other user. This is done by installing a script as a post-commit hook on the SVN server. The SVN client can detect new commited revisions only when the SVN client user requests a synchronization between the local working copy and the SVN repository.


Regards,
Sorin