Jump to content

SVN with Read/ Write


robinfawell
 Share

Recommended Posts

I'm beginning to try out some code by modifying the srio example. I'm using the SVN Tortoise software. When I compile the various files show an error " ! ". I assume that this means that the system is warning me that there are changes. SVN is a read-only system!

Reading the Wiki SVN Client Set-up for Windows document shows that PuTTY can be used. Is this the method I should use?

Obviously I don't want to change any existing files, but is there a suitable section in the repository that I can use to try out my new code?

Alternatively is there another way which would be more suitable for a relative C novice like me ?

Robin

Link to comment
Share on other sites

SVN is not read-only. If you're only toying with some apps, you DO NOT want to commit (= write back to the repository). The /!\ tells you that the file has been changed locally and is not in sync with the repository. That's okay. Don't worry about it. You do not need to upload your code to test/run it.

Link to comment
Share on other sites

SVN is not read-only. If you're only toying with some apps, you DO NOT want to commit (= write back to the repository). The /!\ tells you that the file has been changed locally and is not in sync with the repository. That's okay. Don't worry about it. You do not need to upload your code to test/run it.

Edited by robinfawell
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...