On Tue, Sep 28, 2010 at 2:21 PM, Jeremy Mordkoff <j...@zeevee.com> wrote: > Please tell me there's a way to undo a 'svn switch' > > The view was hopelessly out of date so I did > > svn copy -r xxxx svn://svn/zcode/trunk svn://svn/zcode/branches/jlm_temp1 > svn switch svn://svn/zcode/branches/jlm_temp1
Do you need to undo the "switch" or the copy that you did? You copied the last commited version on trunk to this branch and then "switched" to this branch. You can easily "switch" to a previous branch, but there isn't an easy way to know what version your code was at before the switch since you did the switch. Otherwise, you could have done an "svn info" and see where the developer was. -- David Weintraub qazw...@gmail.com