You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Ross Boylan <ro...@biostat.ucsf.edu> on 2004/07/29 05:04:01 UTC

svn:ignore and import

In several spots the svn book says that the svn:ignore property
applies to import, as well as add.
http://svnbook.red-bean.com/svnbook/ch07s02.html#svn-ch-7-sect-2.3.3 

How can that be, since properties are associated with files under
subversion?  The fact that you are importing means it is not under
subversion.

Even if you have created a new directory under one that is under
subversion, the svn:ignore properties will not recurse.  Also,
wouldn't svn add be a more usual way to handle this scenario?

I got around this by setting my global ignore configuration parameter,
but I'm puzzled by the statements in the book.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: svn:ignore and import

Posted by kf...@collab.net.
Ross Boylan <ro...@biostat.ucsf.edu> writes:
> In several spots the svn book says that the svn:ignore property
> applies to import, as well as add.
> http://svnbook.red-bean.com/svnbook/ch07s02.html#svn-ch-7-sect-2.3.3 
> 
> How can that be, since properties are associated with files under
> subversion?  The fact that you are importing means it is not under
> subversion.
> 
> Even if you have created a new directory under one that is under
> subversion, the svn:ignore properties will not recurse.  Also,
> wouldn't svn add be a more usual way to handle this scenario?
> 
> I got around this by setting my global ignore configuration parameter,
> but I'm puzzled by the statements in the book.

I know there is/was a plan to allow importing from working copies, so
that one can import properties too.  This would create new repository
data based on the Subversion working copy from another repository.

This may have been implemented already; I've never had occasion to use
it, so I don't remember off the top of my head.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org