Live Chat!

svn command line tutorial for beginners 2

* * *     6 votos

April 17th, 2007 mysurface

This is the continues tutorial for svn command line tutorial for beginners 1. The previous post covers Introduction of subversion, installation links, how to get help, create svn repository, import files into a new repository and list the files inside a repo.
svn command line tutorial for beginners continues ….
How to checkout files from svn repo?
This [...]

Posted in Developer, diff, mv, svn, vimdiff | Hits: 46566 | 9 Comments »

How to create patch file using patch and diff

* * * * ½ 2 votos

November 23rd, 2006 mysurface

Okay, this is what I do. I only know the basic. But before doing this, please backup your source code, patch wrongly will screwup your source code.
First, how to create patch file?
Patch file is a readable file that created by diff with -c (context output format). It doesn’t matter and if you wanna know more, [...]

Posted in Developer, Misc, diff, patch | Hits: 18936 | 1 Comment »