After doing some research I've come up with a easier way
1. Open Terminal (/Applications/Utilities/Terminal)
2. type
Code:
defaults write com.apple.finder AppleShowAllFiles -bool true
then press return
3. select the apple in the upper left corner of the screen then click "force quit..." select Finder and click relaunch
4. now you see all the hidden files go the Tribal Trouble right click or control click and click "show package contents" and follow this path
contents/Java/gamedata/data-1/common/music/.svn/text-base/
5. do all that you want to do
6. I like my mac nice and organized so to hide the hidden files again go back to terminal and type
Code:
defaults write com.apple.finder AppleShowAllFiles -bool false
then relaunch Finder again