need to fetch specific file.
One answer
Sumit,
If I understand that question, you have a file under source control in a component and you want to just specifically get to that file.
There are 2 ways: IDE or CLI.
1. Using Eclipse, for example, you can right-click a component, Show -> Repository Files, and then right-click a file and select "Load', it will then give you a window on where you want to load the file to.
2. Using the command-line (CLI) you can use the command "scm.exe get file" documented at http://pic.dhe.ibm.com/infocenter/clmhelp/v4r0m5/topic/com.ibm.team.scm.doc/topics/get_file.html
If I understand that question, you have a file under source control in a component and you want to just specifically get to that file.
There are 2 ways: IDE or CLI.
1. Using Eclipse, for example, you can right-click a component, Show -> Repository Files, and then right-click a file and select "Load', it will then give you a window on where you want to load the file to.
2. Using the command-line (CLI) you can use the command "scm.exe get file" documented at http://pic.dhe.ibm.com/infocenter/clmhelp/v4r0m5/topic/com.ibm.team.scm.doc/topics/get_file.html