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

RE: Newbie Question

From: Lakshman Srilakshmanan <lakshman.srilakshmanan_at_tradingpost.com.au>
Date: 2006-08-31 08:11:50 CEST

Hi Ernest,

(1) delete ~/.subversion/auth/svn.simple/*

(2) Use svnlook to identify the committer and then use a translation
table to identify his email
    address.
    Author=`${SVNLOOK} author "${REPOS}" -t "${TXN}"` would give
you the committer's Id.

Hope this helps.

Welcome aboard to Subversion.

Thanks
Lakshman

> -----Original Message-----
> From: Ernest L. Williams Jr. [mailto:ernesto@ornl.gov]
> Sent: Thursday, 31 August 2006 2:55 PM
> To: users@subversion.tigris.org
> Subject: Newbie Question
>
> Hi,
>
> I am a newbie coming from the world of CVS.
>
> There are a lot of things tripping me up:
>
> (1) I need to be able to do a svn update on a project that someone on
my
> team has already checkout. The problem: Their username is stored in
> ".svn"
>
> How did we handle this in CVS, well it was easy: cvs -d $CVSROOT
update
>
> How do we make this happen in SVN?
>
> I tried svn update --username williams but it still prompted me for my
> colleague's password. By the way I am using svn+ssh.
>
>
> (2) I want to do simple email notification with the hooks feature.
So,
> I have made some progress but when my colleague makes a commit an
email
> comes to me with my name as if I were the one that made the commit.
>
> CVS administration was much easier. :) Maybe because I was so used to
> CVS. My mail scheme was setup so nice in CVS; I just want to migrate
> the same scheme over but can't find a simple/painless way to do it.
>
>
> I thank this mailing list in advance for any help.
>
>
> Thanks,
> Ernesto
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Aug 31 08:42:46 2006

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

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