RE: ignored files

2010-12-20 Thread Bob Archer
> The updated version of that page of documentation for the current > version of Subversion is: > > http://svnbook.red-bean.com/nightly/en/svn.advanced.props.html > > Good to know, thanks.  Unfortunately Google returned the 1.1 > version of the doc for my query.  For different queries, I see the

Re: ignored files

2010-12-20 Thread Nick
On Mon, 2010-12-20 at 07:48 -0600, Ryan Schmidt wrote: > The updated version of that page of documentation for the current > version of Subversion is: > > http://svnbook.red-bean.com/nightly/en/svn.advanced.props.html Good to know, thanks. Unfortunately Google returned the 1.1 version of the d

Re: ignored files

2010-12-20 Thread Ryan Schmidt
On Dec 20, 2010, at 01:05, Nick wrote: > You can also ignore files so they don't show up in svn operations (like > svn status). This is accomplished via the svn:ignore property. See SVN > properties (http://svnbook.red-bean.com/en/1.1/ch07s02.html) for more > info. Let's not refer people to the

Re: ignored files

2010-12-20 Thread Stefan Sperling
On Sat, Dec 18, 2010 at 09:39:55AM -0800, sajan wrote: > hi > is there any way I can avoid adding particular folders/files when I > add my code to subversion.In git you can do that using .gitignore > file. > > suppose I have this directory structure > > mycode > |tobeignored1 > |tobei

Re: ignored files

2010-12-19 Thread Nick
On Sat, 2010-12-18 at 09:39 -0800, sajan wrote: > hi > is there any way I can avoid adding particular folders/files when I > add my code to subversion.In git you can do that using .gitignore > file. > > suppose I have this directory structure > > mycode > |tobeignored1 > |tobeincluded