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

RE: SVN seems incomplete

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Sat, 11 Feb 2017 00:05:17 -0800 (PST)

The error message is very clear I think:
It tells you that you wanted to commit
..Kap11/Stoffwechsel/zuckerstoffwechsel.tex
but the parent folder
..Kap11/Stoffwechsel
is not committed yet to the repository, i.e. it does not exist in the repository.
But you did not include the folder in the commit either, so how can svn commit the file if the parent folder does not exist but you have excluded it from the commit so it can't even commit that folder to the repository itself.

To avoid that error, commit the folder as well:

svn ci -m "txs auto checkin" "K:/BuchprojektSpringer/VierteAuflage/Kap11/Stoffwechsel"

Stefan

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3208776

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2017-02-11 09:05:32 CET

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.