[Rails] No more logs after SVN? "log is not a working copy"

softwareengineer 99 softwareengineer99 at yahoo.com
Mon Feb 6 05:17:34 GMT 2006


I tried the following but now I keep getting error when trying to commit that log is not a working copy. Please advise
  
  # svn commit 
  # svn: '/var/www/html/hosts/adoppt.com/docs/ror/log' is not a working copy
  
  Thanks
  Frank
  

Łukasz Piestrzeniewicz <bragi.ragnarson at gmail.com> wrote:You may safely leave logs where they are, just tell svn to ignore
them: from your application main directory do:

# svn propset svn:ignore "*.log" log
# svn ci -m "Ignoring log files" log


		
---------------------------------
Relax. Yahoo! Mail virus scanning helps detect nasty viruses!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060206/8f98b4f7/attachment.html


More information about the Rails mailing list