I commit a MS word file in CVS Server using WinCVS. I selected the add option as Text. whether it should be added as binary format. Now I checked out my files. when i tried to open those files. it says that these files are corrupted and can not open. is there any way to change the format of these files located in CVS-Server or retrieve those file as i have no backup on my local machine.
WinCVS commit corrupt word files
1.2k Views Asked by David At
1
There are 1 best solutions below
Related Questions in CVS
- Quick way to remove all folders titled CVS in a directory and it's subdirectories?
- Is there a git equivalent for CVS's $Log$ in Comment History?
- How can you execute a command outside of your current working directory in WinCvs?
- Can CVS repository commit command pass command line arguments to the files?
- Android Studio: binary files getting corrupted when checked into CVS
- 'cvs update -A' doesn't move to trunk (1.x)
- How do I add a file to a directory in terminal?
- Is there an (open source) VCS that can work with a whitelist instead of a blacklist?
- CVS repository commit after copying
- CVS integration with jenkins : authentication fail
- Jenkins cvs-plugin configuration
- CVSROOT not read by cvs
- Eclipse CVS - warning: commitinfo line contains no format strings
- How to get a build number for my current jsp application version (using CVS)
- CVS checkout on Jenkins via CVS plugin much slower than CVS checkout on command line or via post-build script
Related Questions in CONFIGURATIONMANAGER
- How to debug ConfigurationManager
- ConfigurationManager use
- Abstracting away any configuration using IConfigurationStore and IWindsorInstaller
- Understanding App.config and using Configuration Manager: GetSection vs. ConnectionString
- Why are my application settings retrieving different values to the ones I expect?
- Why am I unable to sideload my Windows Store App?
- migrate Configuration Management Application Block .net1.1 to system.configuration
- Can't read Web.config with ConfigurationManager.AppSettings
- ServiceStack: ConfigurationManager does not exist?
- System.NullReferenceException with windows service of DB connection string
- Correlate Installed Software To Software Center via WMI
- Where is my application pulling its stale configuration information from?
- C# AppSettings array
- Override .NET connection string resolution
- Configuration Manager has no Intellisense
Related Questions in WINCVS
- How can you execute a command outside of your current working directory in WinCvs?
- What type of line delimiters does wsimport use?
- how to obtain code from repository using WinCvs
- WinCVS v2.0.2.4 - external diff is not working
- Using the nested element module in cvs task in ant build.xml
- How to make WinCVS show only Unmodified files
- Renaming Folder in wincvs
- Getting the revision number of the end of a branch in WinCvs
- How can I revert a whole project to an earlier tag in CVS?
- WinCVS Macro assign keyboard shorcut
- Where is the CVS log file stored?
- In cvs diff I want to see author name and date of files having difference
- WinCVS commit corrupt word files
- CVS: How to re-add a file as normal type when it was initially added as binary
- WinCVS - Python - TCL
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
MS Word files are binary files, so it's very possible that CVS corrupted them when adding to the repository.
I'm not familiar with WinCVS but would recommend looking for an option which allows the file type to be changed from "text" to "binary". If you can't find such option then you might try removing the files and then adding them again as binaries (I've seen this reported as working for WinCVS in this thread: http://dbaspot.com/forums/configuration-management/193699-binarys-text.html).
(Alternatively, if you're comfortable using CVS from the command line/DOS prompt then you could use CVS directly: move to the folder with the checked-out files and then do:
for each of the problem files.)