svn - subversion ignore files on import? -


is possible set subversion property before initial import has taken place?

i'm getting ready import web cms new repository. has directory sites/default/files, files user-generated, , don't want them in repository. i'm trying set property beforehand, looks can't, because obivously, it's not repository.

$sites/default/files> svn propset  svn:ignore '*' . svn: '.' not working copy 

how do import ignoring folders?

simply not possible. import folder tree without files folder.


Comments

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -