Quote from: Soshite at Oct 29, 2008, 04:21 PMWhat software (and OS) are you using to check out the repository?
Could someone either give me a quick rundown, or link me to some place that shows how to sync my computer with the WLPE SVN?
Quote from: garryn at Oct 29, 2008, 06:33 PM
Quote from: Soshite at Oct 29, 2008, 04:21 PMWhat software (and OS) are you using to check out the repository?
Could someone either give me a quick rundown, or link me to some place that shows how to sync my computer with the WLPE SVN?
Windows Vista Ultimate (x64), using Tortoise SVN (the x64 build). I’m using it mainly for the Explorer integration.
OK, what you should is update your checkout every time you start to work on WLPE (if it’s been a day or two since last working on it) AND before every commit - that way, you can make sure that you are capturing everybody else’s changes (you can update anytime, even if you have outstanding changes that haven’t been committed, SVN will do it’s best to merge everything together)
First, in Tortoise SVN (I don’t have Vista so you’ll have to make do with XP screenshots), select the root folder of the SVN checkout, right-click and select Tortoise SVN -> Update to Revision (screenshot here)
Then, on the Update popup that comes up, leave the options as their defaults and click OK.
Most of the time, running the update will not flag any conflicts (i.e. a conflict is where your changes are interfering with someone else’s changes) - if you do get any conflicts and don’t know how to resolve them, post back here and I’m sure someone can explain what to do![]()
Does that help?
Thanks.

I’ve made a couple of modifications; one to allow the use of an external config file instead of the usual horrendous snippet call parameter list (form templates can be in there also, I use heredoc syntax for them), and the other is I finally got around to re-working the language file and all the references to it to use proper array keys that give a clue as to what the entry is supposed to be about, instead of the numeric array keys.
Is anybody interested in these modifications?