Is there any 'alias' feature in SVN like we have in CVS?

Posted by Nirmal Singh Raja Reegan on Stack Overflow See other posts from Stack Overflow or by Nirmal Singh Raja Reegan
Published on 2010-06-16T10:32:05Z Indexed on 2010/06/16 11:12 UTC
Read the original article Hit count: 243

Filed under:
|
|

I am migrating to SVN from CVS. In CVS I have various aliases defined in CVSROOT/Modules file. That helps me to checkout multiple directories in one go.

For example:

Defined alias in CVSROOT/Modules file as below

=--------------------------------------------------------------------------=

my_alias /dir1 /dir2 /dir3 /dir4 /dir5 /dir6

=--------------------------------------------------------------------------=

So my checkout comamnd is optimized from

$cvs co /dir1 /dir2 /dir3 /dir4 /dir5 /dir6

to

$cvs co my_alias

I want to know if there is any similar feature in SVN.

© Stack Overflow or respective owner

Related posts about svn

Related posts about cvs