VW7.7 How to view code changes in packages?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
8 messages Options
Reply | Threaded
Open this post in threaded view
|

VW7.7 How to view code changes in packages?

askoh
Administrator
VW7.7 uses packages only - no more parcel views. In the past parcel views can show code changes from the parcel. How do I do that now with packages without Store?

Thanks,
Aik-Siong Koh
Reply | Threaded
Open this post in threaded view
|

Re: VW7.7 How to view code changes in packages?

James Robertson-7
I'd suggest using Store.  If you use Sqlite as your database, it's pretty simple:

http://www.jarober.com/blog/blogView?showComments=true&printTitle=Setting_Up_Store_for_SQLite&entry=3451210218


James Robertson
Cincom Smalltalk Product Evangelist
http://www.cincomsmalltalk.com/blog/blogView
Talk Small and Carry a Big Class Library




On Jun 4, 2010, at 7:25 PM, askoh wrote:

>
> VW7.7 uses packages only - no more parcel views. In the past parcel views can
> show code changes from the parcel. How do I do that now with packages
> without Store?
>
> Thanks,
> Aik-Siong Koh
> --
> View this message in context: http://forum.world.st/VW7-7-How-to-view-code-changes-in-packages-tp2243884p2243884.html
> Sent from the VisualWorks mailing list archive at Nabble.com.
> _______________________________________________
> vwnc mailing list
> [hidden email]
> http://lists.cs.uiuc.edu/mailman/listinfo/vwnc


_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
Reply | Threaded
Open this post in threaded view
|

Re: VW7.7 How to view code changes in packages?

askoh
Administrator
Thanks for helping. But, I need more help for the following instructions:
"If you're on Windows you might have to visit the website and install SQLite, but that's a simple matter of pushing a dll or two onto your system - you can set up databases on the fly. "

Which zip files do I need to download?
Where do I unzip them?
How does VW find SQLite in the system?
Do I need to register anything?

Thanks,
Aik-Siong Koh
Reply | Threaded
Open this post in threaded view
|

Re: VW7.7 How to view code changes in packages?

Holger Kleinsorgen-4
basically
1. download the DLL (sqlitedll-3_*.zip) from www.sqlite.org
2. put the sqlite3.dll either into
    - a directory that is part of the PATH environment variable
    - or in the same directory as the image
    - or next to the VM

>
> Thanks for helping. But, I need more help for the following instructions:
> "If you're on Windows you might have to visit the website and install
> SQLite, but that's a simple matter of pushing a dll or two onto your system
> - you can set up databases on the fly. "
>
> Which zip files do I need to download?
> Where do I unzip them?
> How does VW find SQLite in the system?
> Do I need to register anything?
>
> Thanks,
> Aik-Siong Koh

_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
Reply | Threaded
Open this post in threaded view
|

Re: VW7.7 How to view code changes in packages?

James Robertson-7
In reply to this post by askoh
I covered that in the related screencast here:

http://www.cincomsmalltalk.com/blog/blogView?showComments=true&printTitle=Smalltalk_Daily_03/08/10:_Setting_up_a_Personal_Store_Repository&entry=3445491194

There's one DLL, and the simplest thing is to just slap it into \windows\system32


James Robertson
Cincom Smalltalk Product Evangelist
http://www.cincomsmalltalk.com/blog/blogView
Talk Small and Carry a Big Class Library




On Jun 5, 2010, at 11:42 AM, askoh wrote:

>
> Thanks for helping. But, I need more help for the following instructions:
> "If you're on Windows you might have to visit the website and install
> SQLite, but that's a simple matter of pushing a dll or two onto your system
> - you can set up databases on the fly. "
>
> Which zip files do I need to download?
> Where do I unzip them?
> How does VW find SQLite in the system?
> Do I need to register anything?
>
> Thanks,
> Aik-Siong Koh
> --
> View this message in context: http://forum.world.st/VW7-7-How-to-view-code-changes-in-packages-tp2243884p2244315.html
> Sent from the VisualWorks mailing list archive at Nabble.com.
> _______________________________________________
> vwnc mailing list
> [hidden email]
> http://lists.cs.uiuc.edu/mailman/listinfo/vwnc


_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
Reply | Threaded
Open this post in threaded view
|

Re: VW7.7 How to view code changes in packages?

askoh
Administrator
Thanks. Where does the data file get stored? If I move that data file to another machine and run sqlite and VW Store, can I see everything like the on the first machine?

Thanks,
Aik-Siong Koh
Reply | Threaded
Open this post in threaded view
|

Re: VW7.7 How to view code changes in packages?

Alan Knight-2
There's also no reason that a non-Store image can't display changes, and in 7.7.1 it does. That was just an oversight, and is a pretty simple fix.

Also, while I do think you might find some benefit in actually using Store, if all you want to do is be able to browse changes on packages, then you don't ever have to set up a database at all. Just load StoreForSomeRandomDatabase and the menu item will be there. If something was loaded from a parcel and not reconciled to a databse, then you see the changes against the parcel version.

At 01:45 PM 2010-06-05, askoh wrote:

Thanks. Where does the data file get stored? If I move that data file to
another machine and run sqlite and VW Store, can I see everything like the
on the first machine?

Thanks,
Aik-Siong Koh
--
View this message in context: http://forum.world.st/VW7-7-How-to-view-code-changes-in-packages-tp2243884p2244427.html
Sent from the VisualWorks mailing list archive at Nabble.com.
_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc

--
Alan Knight [|], Engineering Manager, Cincom Smalltalk

_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
Reply | Threaded
Open this post in threaded view
|

Re: VW7.7 How to view code changes in packages?

James Robertson-7
In reply to this post by askoh
It will end up in the same directory as the image.  It should move along as well as the image does; it's just a file

 
James Robertson
Cincom Smalltalk Product Evangelist
http://www.cincomsmalltalk.com/blog/blogView
Talk Small and Carry a Big Class Library




On Jun 5, 2010, at 1:45 PM, askoh wrote:

>
> Thanks. Where does the data file get stored? If I move that data file to
> another machine and run sqlite and VW Store, can I see everything like the
> on the first machine?
>
> Thanks,
> Aik-Siong Koh
> --
> View this message in context: http://forum.world.st/VW7-7-How-to-view-code-changes-in-packages-tp2243884p2244427.html
> Sent from the VisualWorks mailing list archive at Nabble.com.
> _______________________________________________
> vwnc mailing list
> [hidden email]
> http://lists.cs.uiuc.edu/mailman/listinfo/vwnc


_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc