Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

new wxSmith merge to trunk : svn problem

(1/4) > >>

killerbot:
svn won't update, I always get the following error :

--- Quote ---svn: Failed to add directory 'src/plugins/contrib/wxSmith/properties': object of the same name already exists
--- End quote ---

what's the best way to solve this ??

I was trying this on linux, haven't tried yet on windows.

straka.milan:
Well, i simply deleted directory wxSmith and did svn update. It worked after that.

Der Meister:
Just delete that directory. Although svn tries to delete the directory it obviously failed to do so, probably because the directory was not empty (the files generated by the autotools like Makefile. svn does not know about them, thus it doesn't delete them and thus can't delete the directory).

Maybe it is even better to delete the whole wxSmith directory to get rid of old stuff like old Makefiles, etc.. At least I don't want to check out whether keeping this old stuff would generate some problems ;)

killerbot:
that fixed it for me too  :lol:

killerbot:
but were you able to build ??


--- Quote ---Making all in wxSmith
make[4]: Entering directory `/home/killerbot/Documents/CodeBlocksDev/trunk/src/plugins/contrib/wxSmith'
make[4]: *** No rule to make target `all'.  Stop.
make[4]: Leaving directory `/home/killerbot/Documents/CodeBlocksDev/trunk/src/plugins/contrib/wxSmith'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/killerbot/Documents/CodeBlocksDev/trunk/src/plugins/contrib'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/killerbot/Documents/CodeBlocksDev/trunk/src/plugins'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/killerbot/Documents/CodeBlocksDev/trunk/src'
make: *** [all-recursive] Error 1

--- End quote ---

Navigation

[0] Message Index

[#] Next page

Go to full version