How do I … using git?
February 25, 2012 in GIT, Recipes, Version Control
This post collects a list of Git operations that I find quite useful but may be not as common as the basic ones. These recipes work in specific cases. If
…read more
February 25, 2012 in GIT, Recipes, Version Control
This post collects a list of Git operations that I find quite useful but may be not as common as the basic ones. These recipes work in specific cases. If
…read more
January 29, 2012 in GIT, Recipes, Subversion, Version Control
We will illustrate this procedure using a simple example. The following steps have been validated on Mac OS X Snow Leopard, but I presume they are valid in general. Note
…read more
December 6, 2010 in Recipes, Subversion
This is the problem. Suppose you have a directory Paper under revision control and suppose you need to have inside this directory a file (call this file foo.bib for example)
…read more
December 5, 2010 in Emacs and friends, Recipes, Subversion
So far, I found the package psvn quite useful. Refer to Anthorspace blog for how to set it up. This is the only stuff I added to my configuration file:
…read more
December 4, 2010 in Recipes, Shell, Subversion
If the command svn export is not suitable for you, then you may use this command: find . -name .svn -print0 | xargs -0 rm -rf as suggested here.
Recent Comments