News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

RadASM Source Safe addin

Started by KetilO, May 07, 2005, 01:39:31 PM

Previous topic - Next topic

KetilO

RadASM Source Safe addin

1. Update RadASM.ini (See below)
2. Copy SourceSafe.dll to RadASM\Addins folder.
3. Use addin manager to activate the addin.

Updates to RadASM.ini
[SourceSafe]
;Source safe path (where ss.exe and ssexp.exe is found.
Path=C:\Program Files\Microsoft Visual Studio\Common\VSS\win32
;Your Source Safe User name
UserName=rauser
;Your Source Safe Pass word
PassWord=rapass

Version 1.0.0.5

Known issues.
-------------
o Projects with duplicate filenames (in different folders).
   - You will be given a warning and will not be able to add any files.
o Dialogs.
   - The dialogs RC file is NOT part of source safe project.
o Menus.
   - The menus RC file is NOT part of source safe project.
o Project file
   - RadASM's project file is NOT added to Source Safe.
o Main RC file
   - Remember to check out main RC file before adding any resources.
o Check In
   - Ok.
o Check Out
   - Ok.
o Undo Check Out.
   - Ok.
   - Prompt to loose changes if any.
o Get Latest Version
   - Ok.
   - If a file is changed and that file is open you will be prompted to reopen the file.
o Adding a file.
   - Ok.
   - Prompt to add file to sourcesafe.
o Renaming a file.
   - Ok.
o Removing a file.
   - Ok.
   - Prompt to remove file from sourcesafe.
o Running Source Safe IDE
   - There is no auto update to RadASM IDE when things are changed using Source Safe IDE.
o Shared files
   - Ok.
   - Use Source Safe IDE to add shared files to your project.
o Shared database
   - Not tested.

KetilO


[attachment deleted by admin]

lamer

 :U
Just downloaded - will try to test next week.

KetilO

Hi all

New upload.

- Fixed bugs.
- Added warning on duplicate filenames.

KetilO

KetilO

Hi all

New upload.

- Fixed bugs.
- Several improvements.

KetilO

lamer

Hi!
RadAsm just hangs up when I try to work with Source Safe addin. May be because I have the Source Safe database on another disk - on E in my case, while Source Safe executables are still on their original location - C:\Program Files\Microsoft Visual Studio\Common\VSS\win32?

KetilO

Hi

You must edit C:\Program Files\Microsoft Visual Studio\Common\VSS\srcsafe.ini

Example db in: E:\VSS60DB\VSSDB

; srcsafe.ini
;
; Three of these variables -- Data_Path, Users_Path, and Users_Txt -- must
; be in srcsafe.ini.  Any other variable here can be overridden in ss.ini.
; Similarly, any ss.ini variable can be placed in srcsafe.ini to set a
; system "default," which individual users can still override in ss.ini.

; The two important paths used by SourceSafe.
Data_Path = e:\vss60db\vssdb\data
Temp_Path = e:\vss60db\vssdb\temp

; This tells admin where to put personal directories for new users.
Users_Path = e:\vss60db\vssdb\users

; From this, find users.txt; from that, in turn, find ss.ini for a user.
Users_Txt = e:\vss60db\vssdb\users.txt

KetilO

lamer

Hi!
I have added as followed to C:\Program Files\Microsoft Visual Studio\Common\VSS\srcsafe.ini:
; The two important paths used by SourceSafe.
Data_Path = E:\Source\SourceSafe\data
Temp_Path = E:\Source\SourceSafe\temp

; This tells admin where to put personal directories for new users.
Users_Path = E:\Source\SourceSafe\users

; From this, find users.txt; from that, in turn, find ss.ini for a user.
Users_Txt = E:\Source\SourceSafe\users.txt

but nothing has happened.
Then I added just the same to:E:\Source\SourceSafe\srcsafe.ini and now I have some menus, like Get latest Version or Add Files to Source Safe enabled - but still nothing happens when I try to do something. Some dialogs appear and offer me to add or get files, but...it looks like decoration.


KetilO

Hi lamer

Yes there was a bug.
If adding files to source safe failed the first time, you would not be able to add any files.
To fix this section [SourceSafe] must be removed from the project file.

KetilO

KetilO

Hi all

New upload.

- Above problem fixed.
- Addin option: Debug mode. Might give clues if something fails.

See the included SourceSafe.txt file.

KetilO

lamer

Well, we are on the right way - I've just succeeded to add three files from project to Source Safe :bg
On the other hand - I have been prompted to add 5 files :green
I stiil can do nothing with files via RadAsm project - "Get Latest Vertion" and "CheckIn" menus only enabled - but they do nothing. So is "Run SourceSafe".
I expect the files added to Source Safe are automaticaly checked in, aren't they? At least this happens many years with my work projects...
We shell overcome :thumbu

KetilO

#10
Hi

It seem like you are not getting the latest version.
Try to clear your browser cache.
Option / Addin Manager should show version 1.0.0.1 and there should be an option Debug Mode.

KetilO

KetilO

#11
Hi all

Version 1.0.0.2

- Fixed problems with undo checkout.
- Fixed possible problem when adding files to sourcesafe project.
- Named the zip RadASM2202c.zip to avoid problems with browser chache.

KetilO

KetilO

Hi all

Version 1.0.0.3

- Several improvements. See included SourceSafe.txt

KetilO

lamer

Great! It works now :U
But only 7 downloads?
Is that all? :red
Guys, Source Safe is a great tool and it has rescued me over and over again.
Use it.
Thanks a lot,Ketil :clap:

KetilO

Hi all

New upload

- SourceSafe addin. Remove file finished.
- AddinMana addin. Button to get help on individual addins.

KetilO