SVN ignore not working -


i'm trying make subversion ignore folder, did parent folder:

svn propset svn:ignore folder-to-ignore . 

but svn st still listing files within folder "?" (not on version control).

i want ignore folder (which on version control), there new files inside it.

any idea how proceed?

if folder (or file) in version control, cannot ignored. can ignore files inside folder — set svn:ignore property on folder instead:

svn propset svn:ignore "*" folder-to-ignore 

the folder still tracked (and created on new checkout).


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -