Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [stellation-res] TClient + private server: success!

Great news, Rafal!

Sorry I didn't see your note yesterday, but it sounds like you managed fine without me.

BTW, I've posted a newer version (20040428) of the TClient source on the Wiki. I believe the only changes are in org.eclipse.stellation.scm.ui. I've fixed a couple of bugs, and added a preference to disable automatic creation of a personal branch (while testing, it became clear that littering the repository with personal branches was not always the right thing to do....).

The code drop is around 1.8M, and includes CLI source. If you have a slow connection,
I could post just the scm.ui changes (around 200K, I think).

Best,

Jim

At 06:03 AM 4/28/2004, Rafal Krzewski wrote:
Hi list!

Finally I managed to build the server correctly, initialize database, run the server, connect to the server with TClient, and share a project into it. Hurray!

Things of intrest to those who would like to try it:

1) To build the server you need the following jars in your ~/stellation/lib directory (or whereever you configure it in build-stell.xml), along with the names of eclipse plugins where they can be found.

jdom.jar                org.jdom_0.0.8
log4j-1.2.5.jar         org.apache.log4j_1.2.5
oro-2.0.6.jar           org.apache.oro_2.0.6
postgresql.jar          (or whatever db you use)
xercesImpl.jar          org.apache.xerces_4.0.13
xmlParserAPIs.jar       org.apache.xerces_4.0.13

note about postgres - make sure you have driver version matching your server. I've seen all sorts of trouble arising from slight incompatibilties between these.

2) To initialize the database:

/usr/local/stellation/bin/tsvcadmin --location postgresql+stelltest --username stelluser --password stellpass --dbpassword dbpass --debug 3 init

3) To run the server:

/usr/local/stellation/bin/tsvcserver --database postgresql+stelltest+rafal --debug 3

replace 'rafal' above with your username

Good luck!

Thanks go to Jim for publishing a runnable version. I'm looking forward to trying to actually use the TClient now!

Rafal
_______________________________________________
stellation-res mailing list
stellation-res@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/stellation-res

--
Jim Wright, IBM T.J. Watson Research Center
*** The Stellation project: Advanced SCM for Collaboration
*** http://www.eclipse.org/stellation
*** Work Email: jwright@xxxxxxxxxxxxxx ------- Personal Email: jim.wright@xxxxxxx



Back to the top