On Tue, Sep 29, 2009 at 16:18, Hacksaw <dtodd_at_irobot.com> wrote:
> The ^/ syntax is pretty cool, but still doesn't really replace the $CVSROOT
> functionality, since that is useful when checking out a folder.
>
> My suggestion is to have aliases definable in the config file, or in an
> environement variable. These would then be used in the same sort of syntax:
>
>
> ---Config---
>
> [aliases]
> jbx svn+ssh://svn/svn/JumboBox
> fish svn://example.com/svn/guppie++
>
>
> ---gifnoC---
>
>
>
> Then the syntax could be
>
> svn co ^jbx/trunk/src
>
> And so on.
>
> What do folks think? Has this been discussed?
What happens if the user doesn't have the alias you're using defined
in their config or environment? Especially in the case of hook
scripts, but also regular users?
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2401771
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-09-29 22:34:18 CEST