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

Re: svn commit: rev 2949 - trunk/subversion/include trunk/subversion/libsvn_wc trunk/subversion/libsvn_client trunk/subversion/clients/cmdline

From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2002-08-13 00:23:32 CEST

Okay, Sander, I committed the tweaks in revision 2958.

By the way, I'm not sure precisely what effect the patch should have
under all circumstances, but I did a little test and didn't get the
result I was expecting:

   $ cd doc/handbook/
   $ mv client.texi was_client.texi
   $ mkdir client.texi

   $ svn st
   subversion/libsvn_subr/io.c:1567: (apr_err=2, src_err=0)
   svn: No such file or directory
   svn: svn_io_file_open: can't open `client.texi/.svn/entries'

   $ svn st .
   subversion/libsvn_subr/io.c:1567: (apr_err=2, src_err=0)
   svn: No such file or directory
   svn: svn_io_file_open: can't open `client.texi/.svn/entries'

   $ rmdir client.texi
   $ mv was_client.texi client.texi
   $ svn st
   [... success, no problem ...]
   $

Hunh. I was expecting the new '~' code instead of an error. But
maybe I'm mixed up?

-Karl

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Aug 13 00:40: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.