What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

SVN vs Normal XML file DL

MadDog

Well-Known Member
Joined
Nov 5, 2011
Messages
1,249
Hey guys,
wondering whats the point of SVN youcan just download the file. IS IT Because SVN will automaticcaly update thefolder from the internet whenever the developer updates it?
 
Yup.

As a developer, using SVN makes it so much easier for me. When I change something, I only have to click "Commit" and you all have the latest version available.
 
That's mostly true Croga.
Basically the SVN in an online storage.
The developer just drops the newest files into their folder, right clicks it and hits Commit.
The online storage (aka Trunk) files are then updated, and a new "Revision" is listed.
The revision is basically the version, but covers the whole svn trunk, instead of a single file.

Now for the users:
When you get the SVN you download the latest files (which means your folder has the latest "Revision/version")
To make sure you have the latest version, even if 1 single file got updated, you just Right-click and click Update.
The folder on your computer will not automatically update itself, but to make sure you have the newest revision(version) all you have to do is click "update".

This will save lots of time for the developers, being that they don't have to rename anything, or create a new .zip file and upload it on the forums, etc...
It will put the user's mind at-ease when they click update and they see they are at, or are getting, the newest files :)

-Panda. (Wow that post was longer than I expected.)
 
wow thanks for the very long and detailed post :)
ill be sure to check all my svns are updated every few days
 
Indeed. I actually have most SVN's listed on the forums...
I just made a folder on the desktop named "SVNs", and drop them all in there.

That way if I want to look at somebody's work, or use their stuff, I just update their folder, and away I go.

You are welcome, from Croga as well I'm sure :)


Have a good one MadDog.
 
Back
Top