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

Re: svn switch arg ordering

From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2002-07-17 07:47:26 CEST

Ben Collins-Sussman <sussman@collab.net> writes:
> When I run 'switch', I speak the command out loud to myself in
> English : "I want to switch TARGET to REPOS_URL". That's how I
> always get the command right.

If it helps at all, Ben, think of it like the Unix "ln" command. Your
intuition, as described above, would make you want to type

   $ ln -s myshortcut /usr/local/BerkeleyDB.4.0/bin/db_recover

or whatever, yet the syntax is actually:

   $ ln -s /usr/local/BerkeleyDB.4.0/bin/db_recover myshortcut

So if you can't make this switch syntax seem intuitive, perhaps you
can at least say to yourself "Oh, that's right, this is unintuitive in
the same way as `ln'."

-K

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jul 17 07:59:20 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.