Author Topic: Beta6: Subversion/SVN issues  (Read 6884 times)

JeffB

  • Senior Community Member
  • Posts: 326
  • Hero Points: 14
Beta6: Subversion/SVN issues
« on: October 14, 2014, 04:00:05 AM »
Using two different SVN workspaces that used to work fine with pre-beta VS, I get errors now.  On "Diff XXX with most up to date version", I get:
You are attempting to diff a unicode file with a non-unicode file. '(HEAD)' cannot temporarily be converted to a unicode because the buffer is modified.  Please close the file first.

On "History of XXX", I get:
Could not get history for file 'XXX'  Could not get remote filename

On "Browse Repository", I get:
Could not get remote path information

I'm using local Slickedit project files, but the files in the project are accessed via NFS.

Dan

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 2896
  • Hero Points: 153
Re: Beta6: Subversion/SVN issues
« Reply #1 on: October 14, 2014, 01:34:27 PM »
Let's attack the diff problem first.  Can you please set def_svc_logging to 1 (Macro>Set macro variable) and then run the diff?  Then set it back to 0, and send me (configdir)/19.0.0/logs/svc.log.

JeffB

  • Senior Community Member
  • Posts: 326
  • Hero Points: 14
Re: Beta6: Subversion/SVN issues
« Reply #2 on: October 14, 2014, 01:59:51 PM »
Hi Dan,

Looking at this log file cleared it up.  I had recently upgraded to Kubuntu 14.04 and the new SVN client is now incompatible with our existing SVN workspaces..I just hadn't run the SVN commands directly on my  machine since the upgrade.

Sorry for the false alarm.

Jeff


Tim Kemp

  • Senior Community Member
  • Posts: 546
  • Hero Points: 92
Re: Beta6: Subversion/SVN issues
« Reply #3 on: October 30, 2014, 03:14:00 PM »
I am also using Subversion. I hadn't tried using SlickEdit's Subversion integration before so this may not be a new issue. I'm on RC1/Windows 7/32-bit.

What I'm seeing is that if I right click on a file in the Projects Tool Window I can use the Version Control tools fine. If I try to do the same thing by right clicking inside a file window it doesn't work at all.

I try doing "Diff [filename] with most up to date version" from the file window. I get a dialog that says "File not found".

I tried turning on logging as was suggested to JeffB. If I execute the diff from Projects I get a reasonable looking log with no errors. If I do the diff on the same file from the file window I don't get any log file created at all.

Dan

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 2896
  • Hero Points: 153
Re: Beta6: Subversion/SVN issues
« Reply #4 on: October 30, 2014, 03:21:18 PM »
Does the file name have spaces?  It looks like maybe there's a bug with file names with spaces.


Tim Kemp

  • Senior Community Member
  • Posts: 546
  • Hero Points: 92
Re: Beta6: Subversion/SVN issues
« Reply #5 on: October 30, 2014, 03:24:36 PM »
The file name itself doesn't have spaces, but the path does.

Dan

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 2896
  • Hero Points: 153
Re: Beta6: Subversion/SVN issues
« Reply #6 on: October 30, 2014, 03:26:36 PM »
Yes, that's the case I'm testing.  There's a bug.  Good catch.  Have a hero point.

Dan

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 2896
  • Hero Points: 153
Re: Beta6: Subversion/SVN issues
« Reply #7 on: October 30, 2014, 03:43:30 PM »
Fixed for the next drop.

Tim Kemp

  • Senior Community Member
  • Posts: 546
  • Hero Points: 92
Re: Beta6: Subversion/SVN issues
« Reply #8 on: November 10, 2014, 12:15:09 PM »
RC5, and I'm pretty sure every other version I've tried, still has a problem displaying file history. When I request it I get the hourglass cursor for a few seconds and then nothing happens. If I'm reading the log right it looks like something is going wrong that makes SlickEdit think there isn't a history. In reality, according to TortoiseSVN, there are 14 versions of the file I was trying to get a history for.

I've included the log file. If there is anything else I can do to help, please let me know.

- Tim

SlickEdit 2014 (v19.0.0.13 32-bit)
Build Date: November 05, 2014
Emulation: CUA
OS: Windows 7 x64
OS Version: 6.01.7601  Service Pack 1


Dan

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 2896
  • Hero Points: 153
Re: Beta6: Subversion/SVN issues
« Reply #9 on: November 10, 2014, 02:31:34 PM »
Hm.  What happens if you choose history for current branch only?

Tim Kemp

  • Senior Community Member
  • Posts: 546
  • Hero Points: 92
Re: Beta6: Subversion/SVN issues
« Reply #10 on: November 10, 2014, 02:39:35 PM »
I'm not sure what you mean. Here is the menu I am seeing.


How would I restrict it?

Dan

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 2896
  • Hero Points: 153
Re: Beta6: Subversion/SVN issues
« Reply #11 on: November 10, 2014, 03:06:16 PM »
Try looking in the setup for "Show branches in version history tree".

Tim Kemp

  • Senior Community Member
  • Posts: 546
  • Hero Points: 92
Re: Beta6: Subversion/SVN issues
« Reply #12 on: November 10, 2014, 03:12:16 PM »
Yes, it does produce output when I restrict it to the current branch.

Dan

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 2896
  • Hero Points: 153
Re: Beta6: Subversion/SVN issues
« Reply #13 on: November 10, 2014, 04:58:54 PM »
When you don't restrict it, does it never give output, or are certain files a problem?

Tim Kemp

  • Senior Community Member
  • Posts: 546
  • Hero Points: 92
Re: Beta6: Subversion/SVN issues
« Reply #14 on: November 10, 2014, 06:24:39 PM »
I tried it on multiple files in several different projects and wasn't able to get output for any on them.