2012/3/3 Greg Neujahr <foxydoodle_at_yahoo.com>:
> I recently tried to commit a folder named Assets.o to my repository. When right clicking and adding, it only listed that folder for adding instead of its contents. So I checked the svn-ignore property and it was undefined for this repository and any of the subsequent folders I was working in. Additionally, I checked the global SVN ignore entry and found '*.o', which matched my particular folder. I removed the entry, leaving my global ignore pattern as:
>
> *.lo *.la *.al .libs *.so *.so.[0-9]* *.a *.pyc *.pyo *.rej *~ #*# .#* .*.swp .DS_Store
1. Your question if off-topic on dev@. You should ask on users@.
2. My guess would be that you forgot that lines starting with "#" in
the subversion configuration file are comments (and thus are ignored).
It is useless to edit or remove a line that starts with '#' .
Please ask again on users@ list.
Best regards,
Konstantin Kolinko
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=2930647
To unsubscribe from this discussion, e-mail: [dev-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2012-03-03 09:17:15 CET