Blog Archives

Installing Svn plugin to Eclipse and Using Google’s SVN Code Repository With Eclipse

First off all install eclipse if you haven’t already (galileo is used in this tutorial): (http://www.eclipse.org/downloads/) Open Eclipse Help –> Install New Software Add http://download.eclipse.org/technology/subversive/0.7/update-site/ to “Work With” value and click add. Insert a name value in popup page. Check

Tagged with: , ,
Posted in Blog

How to Add SVN Properties to Files

You can add SVN properties to your files with these two simple steps: Step 1: Set svn:keywords property to the file. $ svn propset svn:keywords “Rev” MyClass.java Rev (or Revision) is not the only keyword to be used for substitution.

Tagged with:
Posted in Blog