- NSIS Discussion
- NSIS update
Archive: NSIS update
ryan_thian
30th November 2003 16:46 UTC
NSIS update
Previously there was no problems updating using the NSIS update until the version of 2.0b4.
Whenever I try to update, I get lots of messages such as the one below:
cvs95 update: move away Bin/MakeLangID.exe; it is in the way
C Bin/MakeLangID.exe
cvs95 update: move away Bin/NSISUpdate.exe; it is in the way
C Bin/NSISUpdate.exe
etc etc etc until the end
Not sure why...
kichik
1st December 2003 14:21 UTC
It has probably happened because you've installed NSIS 2.0b4 in a folder which you normally use CVS to update. CVS must have detected the changes, thus decided you have changed your files and has started merging. We should probably check if CVS\Root exists in the NSIS installer and update to the latest CVS data if it's there (using Bin\InstallCVSData.exe)...
It shouldn't happen again the next time you use NSIS Update.
ryan_thian
1st December 2003 14:26 UTC
Hi,
it happens everytime I do a NSIS Update. I didn't change the install folders. Just install it as suggested by the installer.
kichik
1st December 2003 14:30 UTC
Try running Bin\InstallCVSData.exe and then try NSIS Update again.
ryan_thian
1st December 2003 14:40 UTC
It worked only after I uninstall NSIS and delete all the remnants and reinstall again. Found some CVS folders within directories that are hidden.
kichik
1st December 2003 14:44 UTC
Well, that's a solution too :)
Comm@nder21
1st December 2003 21:22 UTC
btw:
when i'm updating with nsis-update-tool and i choose the option "cvs, merge my changes", there are just some files, that are updated ALWAYS.
that means, if i'm updating 3 times in a minute, these files will be updated 3 times. but i can't believe, that u're releasing new versions of just those files every minute ...
this must be a bug, right?
EDIT:
the files are:
advsplash.dsp
advsplash.dsw
Banner.dsp
Banner.dsw
BgImage.dsp
BgImage.dsw
dialer.dsp
dialer.dsw
LangDLL.dsp
LangDLL.dsw
StartMenu.dsp
StartMenu.dsw
ui.dsp
ui.dsw
UserInfo.dsp
UserInfo.dsw
nsExec.dsp
nsExec.dsw
kichik
1st December 2003 21:25 UTC
Not a bug, probably files changed on your side or DSW/DSP files that were extracted from the nightly package. Notice the character near the file name. If it's M it means the file has been modified on your side. If you haven't modified it and want the message to stop showing, simply delete the file, update again, get the U character next to the name of the file and it won't show again.
Comm@nder21
1st December 2003 21:27 UTC
did work.
thanx!
Joost Verburg
2nd December 2003 20:16 UTC
Fixed the CVS data update issue.
deguix
3rd December 2003 22:38 UTC
(A LITTLE BIT OFF TOPIC) I'm trying to access everytime nsis.sf.net and I can't access it, or access with much difficulty. What is going on there?
kichik
4th December 2003 13:47 UTC
See SourceForge site status page:
http://sourceforge.net/docman/displa...352&group_id=1
Comm@nder21
4th December 2003 17:11 UTC
new problem with nsis-update:
cvs-update doesn't work anymore - even clean copy only initializes, then says "Task completed".
new bug in the update-tool, or temporary problem with the cvs-system??
Joost Verburg
4th December 2003 18:10 UTC
The update tool has not been changed. If it worked fine before, try again.
Comm@nder21
4th December 2003 20:05 UTC
working again.