svn problem

David Faure faure at kde.org
Thu Jan 26 00:23:37 CET 2006


On Wednesday 25 January 2006 21:19, Alexander Neundorf wrote:
> Hi,
> 
> I did the following:
> 
> $ cd kdesdk
> $ svn mv cmake ../kdelibs/
> $ svn commit
> ... kdesdk removed
> $ cd ../kdelibs
> $ svn commit cmake
> ...
> File svn-commit.11.tmp saved.
> Adding         cmake
> Adding         cmake/README
> svn: Commit failed (details follow):
> svn: COPY of cmake/README: 404 Not Found (https://svn.kde.org)
> svn: Your commit message was left in a temporary file:
> svn:    '/home/src/my_stuff/kde4-svn/kdelibs/svn-commit.11.tmp'
> 
> What does that mean ?
> Did I do something wrong ?

I think you should have committed both in one go, assuming the directory
above kdesdk and kdelibs has a .svn directory,
or you could have used svn mv cmake <full url to kdelibs>/

The above breaks an atomic move operation into two commits, which doesn't
really make sense (and the commit in kdelibs breaks since it's trying to find
the stuff to move there, but it's been deleted already).

Anyhow I see you sorted it out now.

-- 
David Faure, faure at kde.org, sponsored by Trolltech to work on KDE,
Konqueror (http://www.konqueror.org), and KOffice (http://www.koffice.org).



More information about the Kde-buildsystem mailing list