I could stash my work in git and can revert back without losing my work. This will enable me get back to it if I need to.
Does Accureve have this option?
The AccuRev command 'keep' will preserve your work, but not make it generally accessible to others. They can find it and use it, but it is still considered private to your workspace.
To keep all files, that are under AccuRev control, that you've modified run accurev keep -m -c "My work under development" The -m is to find modified and -c is for a comment.