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

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

From: David Weintraub <qazwart_at_gmail.com>
Date: Mon, 19 Jan 2009 10:48:22 -0500

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 <vinay.indresh_at_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_at_gmail.com
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1034893
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-01-19 16:49:34 CET

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.