On Mar 8, 2009, at 03:25, Murli Varadachari wrote:
> I am trying to check in a bunch of new stuff and the checkin fails
> with this error:
> svn: Commit failed (details follow):
> svn: '/myworkdir/projectX/sharescraper/if' is not under version
> control and is not part of the commit, yet its child '/myworkdir/
> projectX/sharescraper/if/TARGETS' is part of the commit
>
>
> Which seems strange because svn st shows it’s added:
> svn st
> ...
> A sharescraper/if
> A sharescraper/if/sharescraper.thrift
> A sharescraper/if/TARGETS
> ...
>
> And I can’t re-add it:
> svn add sharescraper/if
> svn: warning: 'sharescraper/if' is already under version control
>
> Tried doing a revert and re-add, but no luck.
>
>
> Any ideas? I seem to seen this type of problems mentioned here
> before.
You didn't say what version of Subversion, what OS or what repository
access method you're using, so all I can suggest is make sure your
Subversion and your OS are up to date (current version of Subversion
is 1.5.6), don't use file:/// access method unless you are the only
person using this repository, and try checking out a new working copy
and doing it there; sometimes working copies get messed up.
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1289817
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-03-08 16:35:07 CET