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

[RFC] Issue 2269 - svn st|up Do Not Warn When Ran Against a Nonexistent Path

From: Jeremy Whitlock <jcscoobyrs_at_gmail.com>
Date: Tue, 26 Aug 2008 20:35:33 -0600

Hi All,
    As I was going over issue 2269, I realize that there were a few
edge cases that kept me from submitting my patch for submission that
might not be issues after all. Basically, the patch attached to issue
2269 handles the simple scenarios:

svn st NONEXISTENT_PATH
svn up NONEXISTENT_PATH

The reason I didn't submit it for review was that for some reason, I
was worried about the following two scenarios:

1) svn st -u NONEXISTENT_PATH (Where the path doesn't exist in the WC
but does exist in the repository.)
2) svn up NONEXISTENT_PATH (Where the path doesn't exist in the WC but
does exist in the repository.)

The more I think about this now, I think both of these should be
handled like any other non-existent path, just like svn rm which
outputs an error:

svn: 'NONEXISTENT_PATH' does not exist

If that is the case, I could go back over the patch, update it for bit
rot, recreate and submit with minor changes. If this patch should
indeed handle the edge cases differently, there is still more work to
do. Either way, I'm working on this issue again and would love some
feedback so I can wrap it up. Here is a direct link to the issue for
those interested in reading the issue comments:

http://subversion.tigris.org/issues/show_bug.cgi?id=2269

-- 
Take care,
Jeremy Whitlock
http://www.thoughtspark.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-08-27 04:35:46 CEST

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.