> 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
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
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
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
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