On 2007-05-15 15:25:29 -0400, Kevin Ballard wrote: > BTW, I've already fixed this particular issue in trunk. Port will > now run svn as the user who owns the WC.
This doesn't work here: Synchronizing from file:///Users/vinc17/wd/macosx/dports Password: It shouldn't ask any password (I have a ssh-agent). The problem is that sudo probably resets the environment. You probably need to run the user's shell in a wrapper (and I'm not sure this is sufficient). A cleaner solution would be that port should do the sudo when need be. Fortunately, there's the [nosync] flag... -- Vincent Lefèvre <[EMAIL PROTECTED]> - Web: <http://www.vinc17.org/> 100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/> Work: CR INRIA - computer arithmetic / Arenaire project (LIP, ENS-Lyon) _______________________________________________ macports-dev mailing list [email protected] http://lists.macosforge.org/mailman/listinfo/macports-dev
