I have a public/user directory created by file_column. I have a
capistrano
task setup to symlink with: run “ln -nfs #{deploy_to}/shared/user
#{release_path}/public/user” . The problem is since the user directory
is
in svn, the symlink doesn’t work because the directory already exists.
Does
anyone know how I can remove the public/user directory and contents from
subversion and set it so that new files are not ignored? I know how to
set
an ignore propset like /log/. but can I actually tell it to ignore the
whole directory itself?
Thanks!