--ignore-ancestry option for svn switch
pysvn is the pythonic interface to subversion
Brought to you by:
barry-scott
Hi Barry,
Thanks for the new package release! We've been using it very successfully.
It doesn't look like this option is supported:
https://tools.ietf.org/doc/python-svn/pysvn_prog_ref.html#pysvn_client_switch
This option is allowed by svn:
http://svnbook.red-bean.com/en/1.8/svn.branchmerge.switchwc.html
What do you think about adding this? or if it's already there, do I use another pre-existing option?
Thanks.
I'll take a look.
There is a ignore_ancestry arg to switch() - the bug is its not documented.
Docs updated in r2046 and will be the next release.