Re: svn switch problem - cannot switch from ''unclean'' checkout
From: james coleman <jamesc_at_dspsrv.com>
Date: 2007-07-13 00:04:09 CEST
Karl Fogel wrote:
*chomp*
>
Thanks Karl,
I'd like to do that.
FAQ entry could go in Howto or Troubleshooting section.
I think a note or warning in manual would be good too.
Here is the text of the FAQ entry I think would work:
Why doesn't svn switch work in some cases?
In some cases where there are unversioned (and maybe ignored) items
A switch from a pristine clean checkout always works. There are two
1. Fully clean your working copy of unversioned (including ignored)
alias svn-unversioned='svn status --no-ignore | grep "^[I?]" | sed 's/^[I?]//''
2. Keep a pristine clean checkout. Update that then copy it and switch
---------------------------------------------------------------------
|
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.