[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Are there anyone running Subversion server on Window NT?

From: <cmpilato_at_collab.net>
Date: 2003-05-05 16:29:13 CEST

Chien-Lung Wu <cwu@deltartp.com> writes:

> Nothing happens when I checkin (commit) any change. Do I miss
> something? I am wondering that there exists any procedure to let it
> work on Window NT.

You should try doing something really simple with your post-commit
hook first to see if it is working. To be honest, I'm not aware of
anyone who has gotten a post-commit hook to work in Windows -- not
saying it can't be done, just that I don't know of anyone having
succeeded.

Branko? Are you out there?

> Q2. Are there any version of commit-email.pl working on Window NT?
> The commit-email.pl is working on Unix/Linux environment as I study
> the code. Are there any version working on window NT? or how to
> configure it so that it can work on Window?

commit-email.pl runs the 'sendmail' program to actually send the
mail. If there is an equivalent program for WinNT, I would imagine
that it would work, too.

> Q3. Are there any way distinguish different users (groups) when I
> setting the commit-email function? For example, there are A, B, C,
> and D working in the same project. Since some reasons, C's commit
> will send e-mail to A and D but not B. Does Subversion can do like
> this way?

Not automatically, no. This is a custom piece of functionality you'd
have to add for yourself, perhaps creating a mapping of committers to
mail recipients.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon May 5 16:30:14 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.