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

Re: Setting head revision number

From: Marc Haisenko <haisenko_at_webport.de>
Date: 2005-06-17 10:52:03 CEST

On Friday 17 June 2005 10:40, Felix Brack wrote:
> Hello everybody,
>
> Let's say, my repository is at revision 85 now and I would like it to be
> at 136 instead of 86 after the next commit; how can I do this?

Not at all :-)

You could of course do:

for i in `seq 86 135` ; do
  echo $i >foo
  svn commit foo -m "Dummy message"
done

But I think this would be rather silly ;-)

-- 
Marc Haisenko
Systemspezialist
Webport IT-Services GmbH
mailto: haisenko@webport.de
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jun 17 10:54:09 2005

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.