Development

NAVIGATION
CATEGORIES
REFERRENCE
LINKS
  • CVS-like "watches" in Subversion?

    2 answers - 366 bytes - related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

    Is there anything in Subversion that is similar to CVS "watches" which
    basically allows
    someone to be notified when another user begins editing a particular file?
    Thanks,
    Andrea
    To unsubscribe, e-mail: users-unsubscribe (AT) subversion (DOT) tigris.org
    For additional commands, e-mail: users-help (AT) subversion (DOT) tigris.org
  • No.1 | | 516 bytes | |

    "Andrea Salas" <aos (AT) cfdlab (DOT) larc.nasa.govwrites:
    Is there anything in Subversion that is similar to CVS "watches" which
    basically allows
    someone to be notified when another user begins editing a particular file?

    No, but read about locking ("reserved checkouts") at svnbook.red-bean.com.
    It may do what you need.

    To unsubscribe, e-mail: users-unsubscribe (AT) subversion (DOT) tigris.org
    For additional commands, e-mail: users-help (AT) subversion (DOT) tigris.org
  • No.2 | | 841 bytes | |

    How would you know a file is edited since a user doesn't have to
    checkout a file before editing it?

    You could have a post-commit hook that would notify you if someone is
    committing a particular file, but that's about all you can do.

    As mentioned before, you could put a lock on the file, then have a
    lock hook that will email you when someone locks the file for editing.

    8/5/05, Andrea Salas <aos (AT) cfdlab (DOT) larc.nasa.govwrote:

    Is there anything in Subversion that is similar to CVS "watches" which
    basically allows
    someone to be notified when another user begins editing a particular file?

    Thanks,
    Andrea

    To unsubscribe, e-mail: users-unsubscribe (AT) subversion (DOT) tigris.org
    For additional commands, e-mail: users-help (AT) subversion (DOT) tigris.org

Re: CVS-like "watches" in Subversion?


max 4000 letters.
Your nickname that display:
In order to stop the spam: 1 + 0 =
QUESTION ON "Development"

EMSDN.COM