svn:needs-lock
"Krebs, Steven" <[email protected]>
| Newsgroups | gmane.mail.eyebrowse.user,gmane.comp.version-control.subversion.devel |
|---|---|
| Message-ID | <DD755978BA8283409FB0087C39132BD106F4F838__38894.7801934139$1100728984$gmane$org@fmsmsx404.amr.corp.intel.com> |
Ben, Will the svn:needs-lock feature have a "notify me when file lock is available" feature? Example: Developer 1 locks file foo.jpg Developer 2 requests a lock for file foo.jpg - svn client explains to Developer 2 that Developer 1 already has the lock - svn client gives Developer 2 option to be notified when Developer 1 unlocks the file - Developer 2 accepts the option to be notified Developer 1 unlocks the file foo.jpg - Developer 2 receives notification that Developer 1 has released the lock (either by selecting unlock or by committing a change to foo.jpg) With notification delivery method to be configurable... (email, svn client pop-up, others?) Thanks, Steve