﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
73	MOVE command creates a new directory without trailing backslash in destination	Lewis Rosenthal		"MOVE should be able to relocate a source file to a new location, optionally with a new name. To indicate a new name, the destination should ''not'' end with a trailing backslash. So:
{{{
[c:\] move h:\test\svn-list.txt j:\svn-listing.txt
}}}
should result in:
{{{
j:\svn-listing.txt
}}}
existing as a file with the same content as the original svn-list.txt.

Actual result:
{{{
j:\svn-listing.txt\svn-list.txt
}}}
This is the same result as appending a backslash to the new name.

This is new with 3.10-GKY."	defect	closed	major	Version-3.10	Commands	3.10	fixed		
