I am an SAP developer and in the SAP landscape, we have a Development server (DEV), a Quality server for testing (QAS) and the Production server (PROD).
Developers develop their programs in DEV and then transport it to QAS. In QAS, testers test the program and then transport it to PROD. Later it is deployed to the client from PROD.
I am new to using SVN and was wondering if and how the SAP landscape is analogous to the trunk/ branches/ tags.