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

Commit failed: parent is not under source control but child is

From: oleksa borodie <oleksa.borodie_at_gmail.com>
Date: 2005-03-21 15:21:49 CET

Hello.

 I've just made commit that should add a lot of files to the
repository. Network link was broken at the middle of the transfer. Its
seems that I've got broken repository.

 First of all here is tree structure:
projectN
-Addons
---Archivers
---Colors
----"Custom Highlighting"
----"Default Highlighting"
---Macros
---SetUp
---Shell
---Tables
----"Central European"
----Cyrillic
----Hebrew
----"Western European"
---XLat
----Russian

Q1 if I'm runnig
svn ls svn://repository/projectN I've got files in the listing that
was added by the failed commit. How it could possible - I've read
about tranasction support in the subversion?

If I run commit whe projectN is current directory I've got message:

Adding Addons\Macros
Adding Addons\Macros\AltBS.reg
Adding Addons\Macros\AltDown.reg
Adding Addons\Macros\AltMenu.reg
svn: Commit failed (details follow):
svn: File already exists: filesystem 'E:/Subversion/db', transaction
'187-1', path '/projectN/Addons'

If I run commit inside projectN/Addons/Macros:

svn: Commit failed (details follow):
svn: 'D:/projectN/Addons' is not under version control and is not part of the
commit, yet its child 'D:/projectN/Addons/Macros' is part of the commit

How could I fix this problem?

Thank you

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Mar 21 15:43:32 2005

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.