PVCS Related Changes.

1) Users must have access to control DataBase

In Admin/Configure project
a) select Show Advanced Options.
b) select Security/Login Source - check Auto create
users with these.
For an already existing users, How to make them have
access to Control DataBase. I had to create a new user to
do that.

2) There should be only one default Promotion Model. For
example - Production/Staging/QC/Development
OR Production/Staging/QC/Bug-Fixes
If the Promotion model had both Development and Bug-Fixes,
TS was giving Out of memory Eror.
I was not able to assign a default Promotion Group, so i
deleted the BugFixes Promotion Group to make the
the CheckOut work.
3) User name should match the network login id.

4) Create a User with following privelege
- checkin
- checkout
- create branch( TS uses during checkin, otherwise it
gives access violation - branch initiation not allowed
by "sreedhas")
- Lock
- Unlock
- View Access Control DataBase
- ArchivePriveleges\Create Archive
- Modify Description
- View Access Control Database( TS uses during GET)
5) In ControlPanel/System/Advanced/Environment Variables/User
Variables change
Temp Dir from - C:\Documents and Settings\sreedhas.DEVWPROWS0001
\Local Settings\Te mp TO - c:\TempPVCS.
TogetherSOft
1)Options/Projects/VersionControl
a) Check Version Control Enabled
b) Use - select PVCS Tools
c) PVCS DataBase Location - v:\pvcsdb1
2) Create a New Project
In Advanced Options- Check version Control Project
Click on Options and select the PVCS directory.
3) Crete Projetc.
4) Once the Project is opened , right click on browser elements
and choose Version Control options to check in and check out.

Configuring JRun for Remote Debugging
1) Start Admin server and Run JMC
2) Click on the option ‘Java Settings’ under Default Server
3) Click on ‘Java Arguments’ and update to
'-classic -Xdebug -Xnoagent -Djava.compiler=NONE -
Xrunjdwp:transport=dt_socket,server=y,address=8787,suspend=n'
4) Restart Jrun Default Server
Configuring TogetherSoft Project
1) Create a New Project
2) In Advanced Options - Remove the Project Path.
3) Add C:\JRun\servers\default\demo-app\WEB-INF\classes to
Project path.
Attaching to debugger
a) select Tools Run/Debug Attach to Remote Process
Enter Host - localhost or DEVWPROWS0001(machine name)
Transport - dt_socket
Address - 8787
b) Open SimpleServlet.java and put a breakpoint in service
method.
Go to BRowser and access page
http://localhost:8100/demo/servlets/ and debug. Program brake at breakpoint.

1