Accurev command for promoting all files upstream -


i wondering if there command can executed move files 1 stream parent stream? accurev appears can use -s , -s specify stream, not appear work needs. have stream like:

base --> integration --> release --> developer workspace.

i can create commands promote changes developer workspace release. want create command promote files on server upstream. example if there files in release promote them integration. thought?

here used promote workspace release stream on server, not there don't have workspace location can specify

set workspaces="c:\ittraining\accurev\new hire code\"* c: cd %workspace%  rem prompts user log accurev prior performing actions if errorlevel 1 goto exit  /d %%g in (%workspaces%) (      echo starting update to: %%g      echo starting update to: %%g     rem used run update on workspace     echo accurev update      echo adding external content to: %%g     echo accurev add -x -c "new content"      echo promoting content to: %%g     rem used promote content in workspace modified or kept     echo accurev promote -k -p -c "standard curriculum updates"     accurev promote * -s ltg_pdebath05_jar_rel_int     cd %%g  ) 

accurev promote -s release -s integration -d


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -