I’m using dreamweaver to do with a svn server.
I don’t know which dreamweaver command corresponding to the svn command
I’m using dreamweaver to do with a svn server. I don’t know which dreamweaver
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I think the “check out” refers to the traditional use of the term check out with Revision control, as this line describes from Wikipedia:
http://en.wikipedia.org/wiki/Revision_control#File_locking
Also, this line seems to indicate that:
http://help.adobe.com/en_US/Dreamweaver/10.0_Using/WS80FE60AC-15F8-45a2-842E-52D29F540FED.html
Since SVN doesn’t have this kind of check-out concept ( it does have the similar lock concept – http://svnbook.red-bean.com/en/1.5/svn.advanced.locking.html), Get latest version is the equivalent of SVN update / checkout ( on existing working copy)