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

Re: [PATCH] FAQ suggestion

From: Duncan Murdoch <murdoch_at_stats.uwo.ca>
Date: 2004-08-30 21:06:24 CEST

On Mon, 30 Aug 2004 10:25:30 +0200, Folker Schamel
<schamel23@spinor.com> wrote :

>> I've still left out the "update *" example: it was what confused me
>> in the first place! Windows users aren't likely to appreciate the
>> difference between "update" and "update *", because "*" is different
>> there than in Unix: it means "all files", and can include files that
>> don't exist at the time the command is typed (but do by the time the
>> FindNextFile search gets to them).
>
>This difference is irrelevant for the trick.
>
>The trick works differently:
>Deleting the file "file.java" is a change of "file.java",
>whereas adding a file "File.java" to "." is a change of ".";
>Therefore "update *" deletes "file.java", but does not add "File.java".
>And "update" means "update .", which adds "File.java".

Yes, but the point is the clarity of the FAQ for users who aren't
familiar with Subversion. The FAQ is less clear if it uses "*",
because many users won't know what that means.

You shouldn't use "tricks" as answers to FAQs when clear explanations
work just as well.

Duncan Murdoch

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Aug 30 21:16:06 2004

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.