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

Re: Copying commited WC

From: Nick Patavalis <npat_at_efault.net>
Date: 2005-01-04 20:53:18 CET

On 2005-01-04, Nick Patavalis <npat@inaccessnetworks.com> wrote:
>
> Example:
>
> 1. svn co svn://server/repo/proj/trunk ./proj
> 2. svn co svn://server/repo/proj/trunk ./proj1
> 3. cd ./proj1
> 4. vi foo.c
> 5. svn -m "Modified foo.c" ci
> 6. cd ../proj
> 7. vi bar.c
> 8. svn cp . svn://server/repo/proj/tags/tag1
> 9. svn -m "Modified bar.c" ci
> 10. svn cp . svn://server/repo/proj/tags/tag2
>
> Step (8) fails, complaining that the file "bar.c" is not up to date.
> On the other hand (6) succeeds, regardless of the fact that "foo.c" is
> obviously not up to date.
>

The numbers in the last paragraph are obviously wrong. It should
instead read:

  Step (10) fails, complaining that the file "bar.c" is not up to
  date. On the other hand, (8) succeeds, regardless of the fact the
  "foo.c" is obviously not up to date.

Sorry for the mixup.
/npat

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jan 4 20:56: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.