简体   繁体   中英

Committing binary files to SVN

SVN doesnt commit a library like MySql connector, so when I commit my project it is not uploaded to the server, how can I do this, I how to sync another resources like pictures?

SVN, just like any other source control management system, can handle binary files as well. This should not pose a problem.

Check that the file is not under .svn-ignore or any similar ignore flag. Check that any other SVN properties that define the file are set correctly.

Subversion can support any type of file, what software are you using to make your commits? If you are using TortoiseSVN: make sure you have the "Show un-versioned files" box checked and that each file you want to commit is selected.

Bear in mind SVN only commits files marked as added to the project.

I believe you must´ve forgotten to add your file to the repository or, as Yuval A said, maybe it´s on the ignore list.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM