So how are you managing your Windchill code?
Curious about best practices and how others manage their Windchill code. Always looking for better ways and tips. Obviously this depends upon the OS you use for your servers and your chosen IDE. Let me start. I've taken different approaches over the years but since I mainly a single developer, its been ok. The occasional intern does present config management challenges.
IDE: Eclipse
Windchill OS: Redhat Linux
Source Control: GIT/Bitbucket/Jira
Environments: Test/Prod but looking to build out Dev with next upgrade (long story).
Process: Code changes against Jira issues. Compile in IDE and copy to Linux side to Test Env. Execute Jira test scripts. Once tests pass, push code changes into Bitbucket tied to Jira ticket. Plan downtime to move code changes to Production. Process to move code to Prod is same (copy from landing place where I posted last Test server copy). Yes, I am using wtSafeArea and ant scripts to push into codebases.
Any suggestion? Share your process?

