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

Re: How to bring different version of files in subversion

From: Eric Wilhelm <ewilhelm_at_sbcglobal.net>
Date: 2004-07-08 21:29:44 CEST

# The following was supposedly scribed by
# Metrri Jain
# on Thursday 08 July 2004 02:17 pm:

>I am trying to associate a message with each version,
>something that says that version 1.0.2 corresponds to
>revision 20.
>
>I want to do it via command line.

see 'svn help commit'

cp file.1.0.2 repo/file
svn commit repo/file -m "version 1.0.2"

--Eric

-- 
"Everything should be made as simple as possible, but no simpler."
                                        --Albert Einstein
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jul 8 21:28:21 2004

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.