Tagged Questions
6
votes
1answer
162 views
Subversion: how to determine when files became corrupt
I'm using Subversion just for private synchronization between a laptop and a desktop. Recently I discovered that several ASCII files and several binary files were corrupted. Instead of the expected ...
-1
votes
1answer
133 views
standard VCS ignore list [closed]
What all do you think is the best standard list of ignored files for VCS? For example here's my .gitignore_global file.
# Compiled Sources #
###################
*.pyc
*.pyo
*.exe
*.so
*.o
*.a
*.la
...
2
votes
1answer
884 views
subversion 1.6 file svn:externals help
Can someone please point out how I could do svn:externals for a single file?
I know how to use svn:externals for directories, having used it for a while now under svn 1.4 but I can't seem to figure ...
9
votes
3answers
1k views
Good introduction to Subversion for inexperienced users?
Can you suggest a good introduction to Subversion for UNIX (or Mac OS X) users? It can assume familiarity with basic command-line usage, but not any advanced topics (with bash scripting counting as ...