Stuff Tagged ‹subversion›

  1. Subversion: Ignore More

    Wed 06 May 2009 · Tags:

    Just a little reminder for myself, since I never am able to recall how to ignore stuff in Subversion:

    You ignore stuff by adding an ignore to the containing directory. Either shorthand per file:

    svn propset svn:ignore somefile .
    

    Or you can edit the properties manually (which I prefer):

    svn ...

    Read Full Post

Photo of Christian Kaula

I make stuff simple.
Code, interfaces, things.
You can hire me.

Christian Kaula · Thieraufstrasse 2 · 95028 Hof · Germany
Twitter · Xing · GitHub · BitBucket · Django People · Djangogigs
· Mobile +49 179 9709833
http://christiankaula.com

Archive for Tag ‹subversion›

  1. Subversion: Ignore More

    code · Tags: