svnignore - svn copy:how to ignore files not under version control -
i want use svn copy
create new tag,but have files not under control(e.g.:some js files generated coffeescript).svn copy
command abort , display error: error: <file> not under version control.
my question is:how ignore files not under version control when run svn copy
?
my command svn copy trunk/* tags/2014-08-18/
Comments
Post a Comment