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

Re: Revision 2 [was Re: [PATCH] Fix for Issue #1093 (pre-release)]

From: Jack Repenning <jrepenning_at_collab.net>
Date: 2003-10-30 03:08:58 CET

At 11:30 AM -0600 10/29/03, C. Michael Pilato wrote:
>
>Here's a better idea: how about *you* come up with concrete examples,
>and I (or others) will see if the proposed syntax solves them.

Well, I'm not the "you" in question, but ...

create file README
svn add README
svn commit
-> revision 10

modify README
svn commit
-> revision 11

svn copy http://..../README http://.../branches/BRANCHNAME/README
-> revision 12

ship this version to Important Customer

svn switch http://.../branches/BRANCHNAME
modify README
svn commit
-> revision 13

svn rm README
svn commit
-> revision 14

svn switch http://.../trunk
svn rm README
create a new README file
svn add README
svn commit
-> revision 15

realize there are two things floating around named README, wonder if
we said the right stuff (the stuff created in revision 15) in the
README that was sent to Important Customer

diff me that?

-- 
-==-
Jack Repenning
CollabNet, Inc.
8000 Marina Boulevard, Suite 600
Brisbane, California 94005
o: 650.228.2562
c: 408.835.8090
f: 650.228.2501
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Oct 30 03:09:39 2003

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

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