Meaning of --force
From: Noe <benoit_at_lrde.epita.fr>
Date: 2004-02-01 23:41:50 CET
Hi,
I recently tried some unusual manipulations with subversion 0.33
Consider a common repository.
On a simple delete request, let's say:
As the file 'foo' does not exist either in the repository, nor in
svn: Tried a versioning operation on an unversioned resource
Using '--force' in this case avoids subversion to fail.
$ svn delete --force foo/bar
where the directory 'foo' does not exists, the result is:
*(svn: Path is not a working copy directory)
Why should svn fail there, since '--force' is enabled ?
On an illegal rename request, let's say:
$ ls -la
Where 'foo' directory exists in working copy and repository, 'bar' file
*(svn: Tried a versioning operation on an unversioned resource)
Well, my English may be approximative, but '--force'
In a few words: why subversion's --force does not behave like
(*: line does not appear with subversion 0.37, but it may be related to
-- Benoit Perrot --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Mon Feb 2 12:35:09 2004 |
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.