Tagged Questions
0
votes
2answers
234 views
Can't add a file named “VERSION” to CVS at the same level of a dir named “version”
I'm reporting a series of commits from git to cvs with cvsexportcommit. I've found that it's impossible to add the VERSION file in the following context
|
\_version/
| |
| \_version.txt (to be ...