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

Re: Branching specified revision

From: Henrik Sundberg <storangen_at_gmail.com>
Date: Wed, 11 Jun 2008 23:47:53 +0200

2008/6/11 Johan Stridkvist <johan.stridkvist_at_gmail.com>:
> Hello!
>
> My repo is currently at revision 1100. I wanted to branch at r1000, and
> branched by typing
>
> svn -r1000 my_trunk_url my_branch_url
>
> After that I checked out my branch
>
> svn checkout -r1000 my_branch_url wrk_dir_branch

Remove the -r1000 part, as you want the current state of the branch.

> At last I made an update in the working dir of my branch. I didnīt expect to
> get any updates since nothing had been checked in, but I did! Why? How do I
> achieve what I want?

The branch existed in r1000. But the contents was not the same as the
current branch.

/$

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-06-11 23:48:18 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.