Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Community » U++ community news and announcements » Upp moves to SVN
Re: Upp moves to SVN [message #1326 is a reply to message #1301] Mon, 27 February 2006 23:22 Go to previous messageGo to previous message
iplayfast is currently offline  iplayfast
Messages: 47
Registered: February 2006
Member
Just to help out people who are unfamiliar with subversion.
To get the source use unodgs's
svn co https://svn.sourceforge.net/svnroot/upp <your_local_directory>


Under windows to create a patch use the tortoisesvn downloaded from http://tortoisesvn.tigris.org/download.html.

The program is very easy to use. Use the windows explore to go to where the svn directory is (or will be). Right click on the folder and and use the menu selections.

Under Linux it's easist to use the command prompt to make patches. (Although KDE has a plugin for viewing versions as well).
From the http://www.python.org/dev/devfaq.html#how-to-make-a-patch
To make a patch use
svn diff | tee ~/name_of_the_patch.diff

To apply a patch use
patch -p0 < name_of_the_patch.diff

To undo a patch
patch -R -p0 < name_of_the_patch.diff

To revert to a prestine copy
svn revert <your directory>


It is my hope that the upp god-programmers use subversion to submit thier patches as they make them, so we can all retain the most current copy, without having to wait for unodgs to update.
Subversion was designed to be used by the maintainers of a project to keep the repository current, as well for the spectators who want to build their copies themselves.

This project has really caught my interest and I'm hoping to make myself more useful to it in the future.


[Updated on: Mon, 27 February 2006 23:24]

Report message to a moderator

 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Upp 602 beta4 released
Next Topic: New installer (and release system) test
Goto Forum:
  


Current Time: Fri Jun 27 17:12:10 CEST 2025

Total time taken to generate the page: 0.04146 seconds