Show Posts
|
|
Pages: [1] 2 3 ... 15
|
|
3
|
aMSN Support / Windows / Re: Update to aMSN 0.98.9 but ALREADY UPDATED!
|
on: June 13, 2012, 09:49:59 pm
|
Hi, rcversion has been set to 0.98.09 in the Release, so it's smaller than 0.98.9 from http://www.amsn-project.net/amsn_latestUpdate: this worked perfectly with 0.98.4, where rcversion was 0.98.04 and amsn_latest was 0.98.4; The problem is octal interpretation (see here), so it will fail with .08 and .09 . for the future we could change autoupdate.tcl from line 554 if {[scan [lindex $lastver $x] %d] > [scan [lindex $yourver $x] %d]} { set newer 1 break } elseif {[scan [lindex $lastver $x] %d] < [scan [lindex $yourver $x] %d]} {
|
|
|
|
|
10
|
aMSN Support / Macintosh / Re: Version discrepancy and Preferences not being saved...
|
on: November 15, 2010, 08:27:14 pm
|
Hi imit6243, about the 'Version discrepancy': this is nothing to worry about; not every change in SVN is shown on the About page. For more details follow the quote. More clearly, the number shown in "about" is changed only when certain files are updated(TCL). If there is a new revision updating some other files (like binaries) it won't be shown in about
|
|
|
|
|
14
|
aMSN Support / Windows / Re: Logging and conversations history
|
on: October 21, 2010, 10:13:14 pm
|
on the other topic you wrote about lost configuration and smiles... after switching to SVN, did you recover that before you changed the profiles path?
Are the files still at the old location (the ones you had before switching to SVN)? yes.. I tried to copy the old amsn_config folder and its settings into the new svn path.. If yes, could you switch back to the stable version (close amsn; rename 'scripts' to 'scripts_SVN' and 'scripts-0.98.3' to 'scripts'; open again) an see if you have you smiles back
Is this way good? I was thinking to re-install svn version and try again..  This shouldn't be a problem; (re-install svn won't help, I think) just to be sure, the config, old logs and so on are still not appearing within SVN, not only smileys?
|
|
|
|
|
15
|
aMSN Support / Windows / Re: Logging and conversations history
|
on: October 21, 2010, 04:53:02 pm
|
|
ok, this looks like you have downloaded the files with TortoiseSVN twice if the screenshot is from 'program files\amsn' then all the files/folders with a tick mark and the the folder '.svn' are not necessary. (all these are already in the folder scripts)
this should leave the following files/folders: bin lib scripts scripts-0.98.3 amsn (amsn.exe) Uninstall (Uninstall.exe) (maybe more)
about the smiles...: are there interrogative points in the folder scripts?
maybe something went wrong with the files/folders copied in the new profiles folder; how are the structured?
edit: on the other topic you wrote about lost configuration and smiles... after switching to SVN, did you recover that before you changed the profiles path?
Are the files still at the old location (the ones you had before switching to SVN)? If yes, could you switch back to the stable version (close amsn; rename 'scripts' to 'scripts_SVN' and 'scripts-0.98.3' to 'scripts'; open again) an see if you have you smiles back
|
|
|
|
|