Author Topic: No history for files moved in SVN.  (Read 3488 times)

lambertia

  • Senior Community Member
  • Posts: 382
  • Hero Points: 14
  • I have nothing sufficiently witty to say.
No history for files moved in SVN.
« on: June 27, 2012, 12:11:45 AM »
Hi All.

I have recently moved a bunch of files in svn. When I use SE to look at the file history I only see the history of the file since it was moved. However when I do an svn log --limit=10 <file> on the command line I get the complete history including pre move. This is very helpful.

It would be nice if SE could show the complete history of the file.

Logges as CAS-58789-0G7M

Cheers,
--
Greg.

SlickEdit 2012 (v17.0.0.8 32-bit)

Serial number: WL460082
Licensed number of users: Single user
License file: /opt/slickedit2012-17.0.0.8/bin/slickedit.lic

Build Date: June 07, 2012
Emulation: Brief

OS: Linux
OS Version: Ubuntu 10.04.4 LTS
Kernel Level: 2.6.32-41-generic-pae
Build Version: #89-Ubuntu SMP Fri Apr 27 23:59:24 UTC 2012
Processor Architecture: i686

X Server Vendor: The X.Org Foundation
Memory: 90% Load, 5038MB/5565MB Virtual
Shell Info: /opt/slickedit2012-17.0.0.8/bin/secsh -i
Screen Size: 1920 x 1080, 1680 x 1050

Project Type: Cpp
Language: .cpp (C/C++)

Installation Directory: /opt/slickedit2012-17.0.0.8/
Configuration Directory: /home/gbarron/.slickedit/17.0.0/


lambertia

  • Senior Community Member
  • Posts: 382
  • Hero Points: 14
  • I have nothing sufficiently witty to say.
Re: No history for files moved in SVN.
« Reply #1 on: June 27, 2012, 12:27:59 AM »
Hi,

I had a look with strace and you're passing stop-on-copy to svn. Is there any way for me to configure that out?

Cheers,
--
Greg.

lambertia

  • Senior Community Member
  • Posts: 382
  • Hero Points: 14
  • I have nothing sufficiently witty to say.
Re: No history for files moved in SVN.
« Reply #2 on: June 27, 2012, 12:35:28 AM »
Hi,

I had a look with strace and you're passing stop-on-copy to svn. Is there any way for me to configure that out?

Cheers,
--
Greg.

Ok I found it in subversion.e and have removed it. I wonder why this is the default? It's less than useful I think.

Cheers,
--
Greg.

Dan

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 2899
  • Hero Points: 153
Re: No history for files moved in SVN.
« Reply #3 on: June 27, 2012, 02:58:00 PM »
Greg - I just went through this with another user.  Their IT department had done a restore by merging some branches.  We use --stop-on-copy so that the "history for current branch" is fast on a local branch.  Sometimes, this is not what the user wants.  I am mulling over how to solve this.  I was initially skeptical of adding an option to use --stop-on-copy for fear people would cause issues turning it on and off by accident.  Now that there is a second case, I may add an option for it.