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

deleted directories in 1.2.x?

From: Jim Paris <jim_at_jtan.com>
Date: 2005-07-07 06:49:13 CEST

I can't access deleted directories with a 1.2.0 or 1.2.1 client:

  svnadmin create testrepo
  svn mkdir file://`pwd`/testrepo/x -m 'mkdir'
  svn rm file://`pwd`/testrepo/x -m 'rm'
  svn ls -r1 file://`pwd`/testrepo
  svn ls -r1 file://`pwd`/testrepo/x

The first "svn ls" gives expected output:
  x/
while the second seems to ignore -r:
  svn: File not found: revision 2, path '/x'

It works fine with 1.1.4, even against a 1.2.0 dav_svn server, so
either something is broken, or I missed the memo about the change in
usage.

-jim

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jul 7 08:43:28 2005

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

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