Xcode 2.1 rename under SVN
Xcode 2.1 rename under SVN
- Subject: Xcode 2.1 rename under SVN
- From: Ladd Van Tol <email@hidden>
- Date: Mon, 27 Jun 2005 18:48:10 -0700
Just wanted to ask if we should expect Xcode 2.1 to issue a "svn
move" when renaming a file that's under subversion source control.
Currently I'm seeing Xcode issue the following commands:
svn delete --force MyFileName.m
svn add MyNewFileName.m
Unfortunately, under Subversion, this loses the revision history of
the file, and is also non-optimal from a repository size perspective.
It would be better to just issue a simple:
svn mv MyFileName.m MyNewFileName.m
I can file a bug report on this if you're not already tracking this
issue.
Thanks in advance,
Ladd
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden