[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

How to rename a shelf?

From: Dr. Kurt Ruff <kurt.ruff_at_gmail.com>
Date: Thu, 10 Jan 2019 16:25:48 -0500

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
Received on 2019-01-10 22:26:09 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.