4359 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
  • thumbnail
    Adding a directory to subversion, and ignoring the directory contents | Metal Toad

    Add the directory, while ignoring all of the files it contains:
    svn add -N [directory]

    After adding the directory enter the directory and run the following command:
    svn propset svn:ignore '*.*' .
    
    Commit your changes:
    svn commit -m "Added the directory and set the files within it to be ignored"
    July 21, 2014 at 12:06:36 PM GMT+2 - permalink - archive.org - http://www.metaltoad.com/blog/adding-directory-subversion-and-ignoring-directory-contents
    svn
Links per page: 20 50 100
Shaarli - The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community - Help/documentation