Tuesday, February 2, 2010

Source controlling using ade

ADE is the source control tool used to version files. The tool is not GUI based but its very powerful if used efficiently

basic steps are

Create view (ade createview -series)
Use view (ade useview)
Create a transaction (ade begintrans )
checkout Files / Add new files (ade co)
Update files
Checkin files (ade ci)
Save the transaction (ade savetrans)
Begin merge (ade beginmerge)
Merge transaction (ade mergetrans)
End merge (ade endmerge)

for more information, please check ade



No comments:

Post a Comment