------------------ Original ------------------
 
Date:  Mon,
Apr 26, 2010 04:49 PM
 
Subject:  RE:
[subversive-dev] Commit Missing Status File InSubversiveUnsuccessful
 
 
Hello Jesse,
 
You made incorrect action and as a result you got inconsistent
behaviour, i.e. it's not correct to delete a file by just deleting it from file
system because its svn meta information isn't updated.
 
From:
subversive-dev-bounces@xxxxxxxxxxx
[mailto:subversive-dev-bounces@xxxxxxxxxxx]
On Behalf Of Jesse
Sent: Thursday, April 22, 2010 12:58 PM
To: Developers mailing list
Subject: [subversive-dev] Commit Missing Status File In
SubversiveUnsuccessful
I deleted file in eclipse IDE,and
when I commit,the commit dialog show "Content" as
"Deleted".
 
I deleted files not in eclipse
IDE,and when I commit,the commit dialog show "Content" as
"Missing"
 
I right clicked c project
explorer,and commit a missing status file,unsuccessful.the console like this:
 
not contain deleted command.
 
but I right click Synchronize
Explorer,and commit,it successful,
 
when successful ,console message
as following:this time svn command contain deleted command.
 
Dose anybody meet this problem?