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

Re: Subversion checked with a M suffix

From: Ryan Schmidt <subversion-2009b_at_ryandesign.com>
Date: Mon, 22 Jun 2009 10:30:16 -0500

On Jun 22, 2009, at 09:50, Sui Tam wrote:

> I have an automated script that checks out the head of a trunk
> every night.
> Somehow for some of the nightly checkout, the checked out version was
> Suffixed with a ‘M’. i.e. instead of 3345, the number was 3345M.
>
> I cannot see the existence of such a version in the repository
> and actually
> This version was missing something and hence caused compilation error.
>
> Please let me know where the M version came from such that I can
> avoid it.

This means you were using the "svnversion" command to figure out the
revision of the working copy. svnversion prints "M" after the version
if you have local changes in your working copy. Revert them if you
don't want them.

http://svnbook.red-bean.com/en/1.5/svn.ref.svnversion.re.html

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2364198

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-06-22 17:31:13 CEST

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.