Re: How Subversion drove me to shoot myself in the foot.
From: Edward Bosco <ebosco_at_prologic-inc.com>
Date: 2006-04-18 18:59:51 CEST
Would there be anything in the .svn/text-base directory?
I've seen the original, plaintext versions of files at time of initial commit. I'm not quite sure when those get eliminated / changed
________________________________
From: kgalligan@gmail.com [mailto:kgalligan@gmail.com] On Behalf Of Kevin Galligan
I think the contention was that 'svn delete' would not delete the actual files from the directory...
"the book reassured me quite nicely that "svn delete" never actually deletes anything"
which is, of course, not true...
"Items specified by PATH are scheduled for deletion upon the next commit. *Files (and directories that have not been committed) are immediately removed from the working copy.* The command will not remove any unversioned or modified items; use the --force switch to override this behavior."
The problem was that at the point 'svn delete' was run, those files were versioned.
However, here's a question to the experts in the group. Following these steps:
1) Add files
Might there be any history of the added file? Even though its deleted? Like it adds the file's data, then deletes it, and there's some way to access it. I doubt it, but thought it might be good to check.
On 4/18/06, Marc Haisenko <haisenko@comdasys.com> wrote:
On Monday 17 April 2006 22:51, Michael Goetze wrote:
Problem is: define "smart" in this context. SVN can't do anything about
There's nothing that can be done automatically that would always be "right":
The SVN client *could* ask whether to commit without the files but I feel this
C'ya,
-- Marc Haisenko Comdasys AG Rüdesheimer Straße 7 D-80686 München Tel: +49 (0)89 - 548 43 33 0 Fax: +49 (0)89 - 548 43 33 29 e-mail: haisenko@comdasys.com http://www.comdasys.com --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Tue Apr 18 19:06:30 2006 |
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.