Re: Subversion Exception - assertion failed (svn_uri_is_canonical(repos_url, pool) && svn_relpath_is_canonical(path_in_repos) && SVN_IS_VALID_REVNUM(peg_rev))

2012-07-17 Thread Ulrich Eckhardt
Am 16.07.2012 09:14, schrieb Victor Germain: Please take the time to report this on the Subversion mailing list Thank you for that, however it won't help because... with as much information as possible about what you were trying to do. ...this part is missing. Without any hint how to reprod

Dealing with Renamed Directories

2012-07-17 Thread Jamie Jackson
I have a dozen outstanding feature branches (based on the trunk), and I need to rename a subdirectory. Since I've got so many branches, I want to make sure I'm doing things properly. Here's how I plan to do this, and propagate the change to the branches: TRUNK 1. Rename the directory (and commit)

Re: Dealing with Renamed Directories

2012-07-17 Thread Stefan Sperling
On Tue, Jul 17, 2012 at 10:16:13AM -0400, Jamie Jackson wrote: > I have a dozen outstanding feature branches (based on the trunk), and > I need to rename a subdirectory. Since I've got so many branches, I > want to make sure I'm doing things properly. > > Here's how I plan to do this, and propagat