What is the "git stash" equivalent for Serena Dimensions? -


i have made changes. cannot use changes now. need discard them , go them later when star alignment more favorable (e.g. when our cobol guy has enough time half of work).

short of using eclipse → synchronize team , manually copy pasting contents scratch directory can merging later, there way "stash" changes later?

there no git stash equivalent on serena dimensions. poor man's way store changes temporally on different folder or file different name without including source controlled solution , switching , forth needed.

another alternative use streams in order have changes source controlled without affecting production code; typical scenario have integration , main streams. depends on access level dimension database using , project needs.

a git repo can maintained locally have , other git functionality on local computer (or small team shared folders or git server) since not interfere dimensions, long don't store git metadata in dimensions managed code , vice versa. not straight forward solution , require know how set git repo , precaution on side when delivering dimension server, works , helpful if familiar git workflow.

dimensions not friendly git on kind of usages, way more robust larger , more controlled projects.


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -