I just encountered the same issue myself. svn status was not listing the file. I edited ~/.subversion/config, and added the line:
global-ignores = *.o *.lo *.la #*# .*.rej *.rej .*~ *~ .#* .DS_Store (i.e. no ".a") svn status now works, and so does versions. -- You received this message because you are subscribed to the Google Groups "Versions" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/versions?hl=en.
