Quote:
Originally Posted by Alexander Turcic
Good idea  I started a page here: https://dev.mobileread.com/trac/hub/wiki/FirstSteps
The thing about SVN is that paths (trunk, branches, tags, etc.) are not really filesystem paths, but paths as described in metadata. So there is no way to directly upload something to a SVN repository via FTP for example. However, if you use SVN, it's still as secure as FTP, because you are connecting via https (SSL) to your repository. TortoiseSVN and RapidSVN are two recommended Windows clients.
If you don't like to use SVN, you can also tar or zip your sources and upload the packed file via FTP. And if you like, I can move them from there locally to your SVN repository (using the appropriate SVN tools).
Give SVN a try, it really comes in handy when working with source codes 
|
Will do. Thanks for the info.
p.s. any chance of putting a link to the Dev Hub on the MR home page?
i.e. Home | Forums | Wiki |
DevHub | Invite | Submit News!