Showing posts with label svn. Show all posts
Showing posts with label svn. Show all posts

Thursday, July 19, 2007

svn ignore files and directories

Ignore files and directories
The svn:ignore property can be set on filename patterns and directories.

svn propset svn:ignore PATTERN directory PATH
svn propset svn:ignore directory PATH

Edit property setting
Subversion properties can be edited using svn’s propedit function.

svn propedit svn:ignore PATH
svn propget svn:ignore PATH

PATH is assumed current working directory if not specified. If PATTERN is not specified, an editor window will open and let you edit patterns.

Tuesday, June 26, 2007

svn external

svn:external is a very useful feature, it allows you to link other repositories into yours.


svn propedit svn:externals .