KDevelop

From OpenTTD

Jump to: navigation, search

[edit] Using kdevelop with subversion

  • sync svn to directory where you want to store your copy of files
svn co svn://svn.openttd.org/trunk openttd_svn # for anonymous user
  • enable debug
cd openttd_svn
./configure --enable-debug
  • start kdevelop and select Project->Import existing Project ..., choose directory and click OK
  • select Project->Project Options and in Version system tab change "none" to "Subversion" and click OK
  • in Project Options you should also set Executable in "Run Options" to /path/to/openttd_svn/bin/openttd (will be available after building project)
  • Now you can use svn

[edit] Synchronizing all to svn's HEAD

  • click on File Tree (it's on right)
  • then right click on project's root (the most top entity in File Tree)
  • select subversion->update
Personal tools