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

Re: Subversion Question

From: Paul <alabamapaul_at_gmail.com>
Date: 2007-03-07 20:10:28 CET

On 3/7/07, sergs_castillo@yahoo.com <sergs_castillo@yahoo.com> wrote:
> Developer committing a fixed code:
> $ cvs -d developer1@host commit -m "comment" <file>
>
> Is there a similar way to do this in SVN?
>

svn commit --no-auth-cache --username developer -m "comment" filename

This will prompt the developer for their password, but the username
and password will not be stored (--no-auth-cache)

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Mar 7 20:10:57 2007

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.