You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by vinay i <vi...@gmail.com> on 2009/01/19 14:55:44 UTC

Is there an equivalent to ~/.cvsrc in subversion?

Hello All,

In CVS we have support to define alias which are commonly used in ~/.cvsrc
file. Do we have something like this in Subversion? Or is there an option to
do this is in .subversion/config file?

Thanks,
Vinay

Re: Is there an equivalent to ~/.cvsrc in subversion?

Posted by David Weintraub <qa...@gmail.com>.
I guess you can use .cvsrc to define command aliases. I never tried
it, but normally the .cvsrc file is used to define standard flags for
the cvs commands.

No, there is no similar mechanism in Subversion. However, there are
plenty of other mechanisms for creating Subversion command aliases.
For example, in most Unix shells, you can define your own alias to any
command. And, of course, you could define your own batch files or
shell scripts to do the same.

The main reason people used .cvsrc was to get rid of the extremely
verbose CVS output and to define the cvs update command to
automatically create and remove folders. Since Subversion is far from
verbose as CVS, and it automatically adds and removes folders on
updates, the reason for using a .cvsrc is not as great.

There is a lot less pressure on Subversion to do this because of the
wide variety of Subversion clients out there. I really know very few
people who use the "svn" commands. Most use the Eclipse integration or
something like TortoiseSVN.

On Mon, Jan 19, 2009 at 9:55 AM, vinay i <vi...@gmail.com> wrote:
> Hello All,
>
> In CVS we have support to define alias which are commonly used in ~/.cvsrc
> file. Do we have something like this in Subversion? Or is there an option to
> do this is in .subversion/config file?
>
> Thanks,
> Vinay
>



-- 
--
David Weintraub
qazwart@gmail.com

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1034893

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].