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

Subversion Question (More Info)

From: <sergs_castillo_at_yahoo.com>
Date: 2007-03-08 00:57:30 CET

> Hi,
>
> I have a question on SVN.
>
> First, we are converting CVS to SVN. One of our process is that we have a
> production system where the code are checked out from CVS using a shared
> account. This shared account is not allowed to commit changes to CVS.
> However, if a bug is found and it can be fixed right away, a developer can
> fix the file in the working directory and commit it to CVS using the
> project's working directory by overriding CVSROOT, for example:
>
> Shared account checkout the files:
> $ cvs -d sharedaccount@host checkout <file>
>
> Developer committing a fixed code:
> $ cvs -d developer1@host commit -m "comment" <file>
>
> Is there a similar way to do this in SVN?
The method we used in Subversion is svn+ssh.
>
> Thanks,
> Sergio
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Mar 8 00:58:00 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.