Ever had dual NICs fighting to be king of the hill? This will help settle the battle once and for all.
Entries Tagged as 'Subversion'
Dual NIC setup with CentOS - public and local interfaces
May 7th, 2008 1:20 pm · No Comments
Tags: Cygwin Linux · Linux · Networking · Subversion
Diff and Patch Notes
February 28th, 2007 1:41 am · No Comments
Useful diff and patch commands:
Create a patch with 3 lines of context and amount of blank lines. I want to see other whitespace difference - it might expose a typo.
diff -u 3 oldfile newfile > patchfile
Use CVS diff to create a patch comparing the local file (newer) with the repository version.
cvs diff [...]
Tags: CVS · Cygwin Linux · Subversion
Trac install notes
December 31st, 2006 4:28 am · No Comments
0. Follow the directions in various places - they work well, thus I’ll not be rewriting them.
1. Run the right version of apache 2.0.54 to 2.0.59
2. Follow the installer at http://trac.edgewall.org/wiki/Trac0.9/TracOnWindows *** Caveat - see #4
3. The URL for making the directory - because I [...]
Tags: Subversion
Installing subversion
December 15th, 2006 2:18 am · No Comments
1. If you want to use Apache 2.2.x with Trac + Subversion get 1.3.2, you’ll need this binary: http://www.tomdonovan.net/download/mod_dav_svn-1.3.2.x-w32.zip
2. http://trac.edgewall.org/wiki/TracOnWindows#Method2:UsingInstallers - follow it verbatim - does not explicitly say the obvious - get subversion command line tools - http://subversion.tigris.org/files/documents/15/35379/svn-1.4.2-setup.exe3. Python info here - http://www.imladris.com/Scripts/PythonForWindows.html
3. I did not set up Trac + Apache yet because [...]
Tags: Subversion





