Say I shelve some changes:

   svn x-shelve fix-some-bug

…then later I create an issue in my project's issue-tracker, and I
want to add the issue number to the shelf name — for example,
12345-fix-some-bug — to help me find it later on.

My current process is to x-shelve whatever other stuff I'm
currently working on, then x-unshelve fix-some-bug, then x-shelve
those changes as 12345-fix-some-bug, then x-unshelve my other
changes… but that only works if my other changes are shelvable.  Is
there a simpler way?

-KR

Reply via email to