Page 1 of 1
ViciDial SVN Changelog
Posted:
Fri May 04, 2012 3:57 pm
by spacejanitor
Hi all,
I'm wondering what is the easiest / most effective way to see the changes that occurred with each new update of ViciDial. I downloading from SVN on my desktop which shows me the files that were updated, but is there a more plain English "change log" with the changes that occurred at each particular revision?
Thanks!
Re: ViciDial SVN Changelog
Posted:
Fri May 04, 2012 6:28 pm
by mflorell
I would suggest something like RapidSVN to browse through the changes one at a time
Re: ViciDial SVN Changelog
Posted:
Sat May 05, 2012 9:00 am
by rrb555
Matt,
Is there a chance having a website which u post the latest new feature of every revision? So we could check if we needed to upgrade to the latest svn update.
Thanks
Re: ViciDial SVN Changelog
Posted:
Sat May 05, 2012 3:38 pm
by mflorell
We have a twitter feed for development, but that doesn't give SVN revision numbers:
https://twitter.com/#!/vicidial_dev
Re: ViciDial SVN Changelog
Posted:
Sun May 06, 2012 3:47 pm
by williamconley
right now you're best option is the twitter feed combined with the changes listed in admin.php. There is a "comment area" at the beginning of the script that summarizes the changes as they occur, which I believe may have less information than the RapidSVN may show (depending upon how the SVN changes are annotated ... of course).
Also since the 2.4 manual just published, that likely has a decent list of changes from 2.2 to 2.4 as well.
Re: ViciDial SVN Changelog
Posted:
Mon May 07, 2012 2:58 am
by DomeDan
easiest way:
- Code: Select all
svn co svn://svn.eflo.net:3690/agc_2-X/trunk
svn log trunk/ | less
Re: ViciDial SVN Changelog
Posted:
Mon Sep 10, 2012 9:06 am
by xirin6
Not sure if this helps but you can use Rapid SVN and checkout a "New Working Copy" then go to "Query" then "Log" this will show you information similar to this :
Revision (same as svn info in the /trunk Directory type "svn info")
User (almost always MattF)
Date and time (of revision)
Log message
"Added additional extended vl fields Added new vote17csv CLI lead loading format" (example is from Revision 1856)
also you can see the effected files/Dirs as well
Don't know if this helps you out but it allows me to quickly see what revision the client is running then