Installing javaHL for the subversion project might be required depending on the JVM you have. This is to make it compatible with java. This javaHL is present in the libsvn-java package, which can be installed using:
$sudo apt-get install libsvn-java
Now we are set to install the subclipse. This step is nicely presented with step-by-step screen shot in the official site : http://subclipse.tigris.org/install.html
Now to use the SVN you will require a repository so open a project in GoogleCode from http://code.google.com/hosting/ and clicking on the "create a new project" link.
Go back to eclipse and go to File>Import and select SVN>check out projects from SVN and click on Next. Doing so you will get an option of create a new location select it and click on Next. At the "url" enter the following "https://[projectname].googlecode.com/svn/
with https you will make the repository read and write together. Then check the folder in which the project you want to be persent in (e.g. trunk).
Now if you have a project already running and want to put it in the repository. Just commit right click the project>Team>commit
Wednesday, April 08, 2009
Friday, April 03, 2009
TeXlipse - Eclipse as a LaTeX editor

TeXlipse is an eclipse plug-in that adds LaTeX support. This enables you to work on your LaTeX documents from within eclipse and gives you a good interface to work with LaTeX files. This feature is neat and easy when compared to other editors present in the Linux platform.
More information can be found at it's home page . This screen shot is taken from this site.
Subscribe to:
Posts (Atom)