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

Minor annoyance in svn add

From: Rafael Garcia-Suarez <raphel.garcia-suarez_at_hexaflux.com>
Date: 2002-10-25 12:31:41 CEST

$ mkdir -p foo/bar
$ svn add foo/bar foo
svn: No such file or directory
svn: svn_io_file_open: can't open `foo/.svn/lock'

The order of arguments to svn add is important.
This is a minor annoyance, but I can harm programs
that generate and perform svn commands automatically,
and sometimes svn add -R is not an option.

The obvious kludgy hack to solve this partially
is to sort the targets to svn add by length. (I propose
this hack, but I don't like it.)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Oct 25 12:34:35 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.