Re: Cannot check in .a files? Any ideas?

2009-12-15 Thread zawie
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 becau

Re: Cannot check in .a files? Any ideas?

2009-12-12 Thread Quinn Taylor
It's possible that either the directory has its svn:ignore property set to include *.a and/or your local subversion client config is set to do the same. If you do `svn status` on the same directory in Terminal, do you see the files? If not, the problem is wider that just Versions. - Quinn On D

Cannot check in .a files? Any ideas?

2009-12-12 Thread Erotsppa
Versions simply ignore .a files. If I put a new file in a folder, it instantly appears in versions, ready to be checked in. But if I place an .a file, nothing happens. Any ideas? -- You received this message because you are subscribed to the Google Groups "Versions" group. To post to this group,