svn ignore

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Craig White
Date:  
To: plug-discuss
Subject: svn ignore
This doesn't make sense to me and the svnbook is a bit unclear and I'm
obviously unfamiliar with svn..

$ svn propset svn:ignore -F config/environment.rb

svn: Explicit target argument required

I really want to ignore the entire config directory...

$ svn propset svn:ignore -R config

svn: Explicit target required ('config' interpreted as prop value)

obviously it is not considering what I am providing to be explicit
targets

$ svn propset svn:ignore -R ON config
property 'svn:ignore' set (recursively) on 'config'

OK, it looks like I got it...

$ svn status
M      app/controllers/placements_controller.rb
M      app/views/layouts/placements.rhtml
M      log/development.log
 M     config
M      config/database.yml
M      config/environment.rb
 M     config/environments


looks like I don't got it...does the space in front of config and
config/* mean something? It suggests in svnbook that 'ignored' files
won't show in svn status at all?

What am I missing?

Craig

---------------------------------------------------
PLUG-discuss mailing list -
To subscribe, unsubscribe, or to change you mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss