Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[stellation-res] MySql Testing

I have been using the Stellation tutorial as an initial test script for the
MySQL integration effort. As part of this testing I created a new database
and then ran the following sequence of commands:

svc configure database cfg.xml
svc create Test
svc checkout Test
svc add Hello.java test.bat
svc checkin
svc list status

Output from the last command was:

branch	main
checkout-time	Mon Aug 19 20:09:00 EDT 2002
connect	true
log-command	checkin
log-time	Mon Aug 19 20:10:53 EDT 2002
modified	false
project	StellationTest
revision	false
save	true
version	1

There is one significant difference between the output shown in the tutorial
and the output produced by my test. In my test the "revision" value is
"false" and the tutorial shows "true". I suspect that my test is correct but
like to get confirmation of this.

Regards

Jonathan Gossage

Personal Email
jgossage@xxxxxxxx

Business Email
jonathan@xxxxxxxxxxxxxx



Back to the top