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

Re: svn: Commit failed (details follow): 'file' is not under version control

From: Mark E. Hamilton <mhamilt_at_sandia.gov>
Date: Fri, 09 May 2008 10:37:57 -0600

Mark E. Hamilton wrote:
> Hi,
>
> I've got a situation with SVN that seems inconsistent.
>
> I can get the status using a wildcard:
>
> % svn status *
> M ARPACK/ARPACK_sn.xml
> M Nbtools/Jamroot
> I SNTools.project
> M Sierra/Sierra.xml
> M aria/Apps_aria.C
>
> and it ignores the ignored file. However, when I try to commit with the
> same wildcard it fails:
>
> % svn -m Test commit *
> svn: Commit failed (details follow):
> svn: '/var/scratch2/sierra_svn_votd/SNTools.project' is not under
> version control

FWIW, 'svn update *' also doesn't choke on the ignored file (though it's
not clear to me why it reports a revision for it):

% ls
ARPACK/ Nbtools/ SNTools.project Sierra/ aria/
% svn update *
At revision 40420.
At revision 40420.
At revision 40420.
At revision 40420.
At revision 40420.

-- 
----------------
Mark E. Hamilton
Orion International Technologies, Inc.
Sandia National Laboratory, NM.
505-844-7666
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-05-09 18:38:22 CEST

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.