Quantcast
Channel: SVNForum.org - Subversion Forum - SmartSVN Bug Reports
Viewing all 59 articles
Browse latest View live

ver 7.5 RC 2 - wrong highlight modified file - navy with blue - hard to see File Name


Opening multiple workspaces from the command line in SmartSVN 7.0.7

$
0
0
I am trying to use SmartSVN 7.0.7 to open two separate subversion 1.7.4 workspaces. I open these workspaces by issuing the command below:

Code:

/apps/smartsvn/7.0.7/Linux_2.6.18_x86_64/bin/smartsvn.sh $PWD
The second time I try to run this command ($PWD being a different svn checkout area), I get this error:

SmartSVN_Already_Running.png

The error above shows up in the virtual desktop where I just ran the second simultaneously running smartsvn gui. If I switch to the virtual desktop where I was already running my first instance, I'll see this error:

SmartSVN_Internal_Error.jpg

If I open up the .zip file I find the attached bug.txt. This method of opening up simultaneous workspaces had been successful in the past when using smartsvn 6.x with subversion 1.6.x.

Some info about my system:

Code:

[amartin@virt09:~]$ lsb_release -a
LSB Version:        :core-4.0-amd64:core-4.0-ia32:core-4.0-noarch:graphics-4.0-amd64:graphics-4.0-ia32:graphics-4.0-noarch:printing-4.0-amd64:printing-4.0-ia32:printing-4.0-noarch
Distributor ID:        RedHatEnterpriseWorkstation
Description:        Red Hat Enterprise Linux Workstation release 6.1 (Santiago)
Release:        6.1
Codename:        Santiago
[amartin@virt09:~]$ uname -a
Linux virt09 2.6.32-131.0.15.el6.x86_64 #1 SMP Tue May 10 15:42:40 EDT 2011 x86_64 x86_64 x86_64 GNU/Linux
[amartin@virt09:~]$ head -n1 /apps/smartsvn/7.0.7/Linux_2.6.18_x86_64/changelog.txt
SmartSVN 7.0.7 (2012-10-03)

thank you,
andrew
Attached Images
Attached Files

Get "Are you sure to commit changes to a tag?" warning when committing on trunk

$
0
0
Hi,

I am using SmartSVN 7.5 release-candidate 2.

I have the following tag/branch layout:

Trunk: trunk
Branches: branches/*
Tags: tags/*, releases/*

These patterns work as expected when adding branches and tags in the Tag+Branch menu.

But when I try to commit files on Trunk, I get the warning message: "Are you sure to commit changes to a tag?".

The problem seems to be the Tags-pattern. When I change it to "tags/*", I don't get the warning when committing on Trunk. Also, if I try to change the Branches-pattern to "branches/*, releases/*" (just for this debug purpose), I don't get the warning either.

Is this a bug, or am I doing something wrong?

Thanks in advance,

Peter

mime-type changes done using svn command not reflected in SmartSVN 7.0.7

$
0
0
I have a number of jar files in my codebase that are checked in with an svn:mime-type set to "application/octet-stream". If I go through the SmartSVN gui and delete the svn:mime-type, the changes will be reflected in the "Local State" column of the workspace viewer prior to commit (as expected). However, if I use the command line svn client to delete the property, SmartSVN will not reflect those changes in the "Local State" column or by changing the file's icon.

Code:

[amartin@virt09:/tmp/mime-type-bug/myco]$ svn propdel svn:mime-type test/examplefile.jar
property 'svn:mime-type' deleted from 'test/examplefile.jar'.
[amartin@virt09:/tmp/mime-type-bug/myco]$

Here's some more svn commands to show that the mime-type is changed in the local checkout:

Code:

[amartin@virt09:/tmp/mime-type-bug/myco]$ svn diff
Index: test/examplefile.jar
===================================================================
--- test/examplefile.jar        (revision 0)
+++ test/examplefile.jar        (working copy)

Property changes on: test/examplefile.jar
___________________________________________________________________
Deleted: svn:mime-type
## -1 +0,0 ##
-application/octet-stream
\ No newline at end of property
[amartin@virt09:/tmp/mime-type-bug/myco]$ svn status
 M      test/examplefile.jar
[amartin@virt09:/tmp/mime-type-bug/myco]$

However, when I look at the "Local State" column of the SmartSVN workspace viewer of this checkout, it says "Unchanged". I would expect it to say "Modified (properties only)". I believe this is how it worked with SmartSVN 6.x.

Furthermore, when I open up the context menu on the file and go to "Properties" -> "Edit Properties..." it shows that the file has changed:

Screenshot

I have attached a sample repository created with svnadmin v1.7.4 (called myrepo), and a checkout of that repo (called myco) that exhibit this bug. The checkout of the repository has local property changes that are not reflected when viewing them in SmartSVN:

mime-type-bug.zip

Host info:

Code:

[amartin@virt09:~]$ lsb_release -a
LSB Version:        :core-4.0-amd64:core-4.0-ia32:core-4.0-noarch:graphics-4.0-amd64:graphics-4.0-ia32:graphics-4.0-noarch:printing-4.0-amd64:printing-4.0-ia32:printing-4.0-noarch
Distributor ID:        RedHatEnterpriseWorkstation
Description:        Red Hat Enterprise Linux Workstation release 6.1 (Santiago)
Release:        6.1
Codename:        Santiago
[amartin@virt09:~]$ uname -a
Linux virt09 2.6.32-131.0.15.el6.x86_64 #1 SMP Tue May 10 15:42:40 EDT 2011 x86_64 x86_64 x86_64 GNU/Linux
[amartin@virt09:~]$ head -n1 /apps/smartsvn/7.0.7/Linux_2.6.18_x86_64/changelog.txt
SmartSVN 7.0.7 (2012-10-03)

side note: This forum has pretty restrictive limits for uploading .png and .zip files...
Attached Files

SmartSVN 7.5: The project manager does not allow reordering of project groups.

$
0
0
In 7.5, the ability to drag-and-drop projects and groups in the Project Manager dialog is broken.

unable to save preferences in SmartSVN 7.5.1 on Mac OS X

$
0
0
Hello, I'm running SmartSVN 7.5.1 on Mac OS X. When I changed a preference (remove obsolete projects - check), I got the following dialog:
"The file '/${smartsvn.home}/my-words.dic' does not exist. Should it be created?"

Normally saving a preference just works. Asking whether I want to save my preferences file is tacky.

After saying "yes," I got the more serious error:
"Could not create the directory '/${smartsvn.home}'.

cheers, bcreane

broken_prefs.jpg
Attached Images

SmartSVN very slow

$
0
0
It's taking well over 10 minutes to update 2 files from my repository (they are modestly sized source code files).
The whole program is bogging down. It's using 200% CPU and 430 MB of memory.

Running Mac OS X 10.6.8
8GB memory
SmartSVN 7.5.1 (just downloaded today)
java 1.6.0

I was using SmartSVN 7 before, and didn't have this issue.

Drew

Folder depth issue.

$
0
0
I'm not sure if this is related to my other post, but SmartSVN isn't showing any folders more than 5 levels below the working copy root.
The folders show up fine if I use svn command line tools.

Drew

SmartSVN 7.5.2 no longer works on OS/2

$
0
0
Title says it all. If have created a ticket under support.smartsvn.com but I don't know if anyone will ever look at it.
Does anyone know when they dropped support for OS/2 ? I cannot see a note ANYWHERE neither on the web page nor in the changes readme.
I am currently using version 6.6.12 of SmartSVN and that works perfectly well with OS/2.

The error message I get with 7.5.2 is this:
"Not (yet) supported operating system OS/2"


Can anyone think of a workaround ? I have already tried -Dos.name=Windows and -Dos2.name=Linux from a command line but then I get:
java.lang.UnsatisfiedLinkError: no zip in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java :1681)
at java.lang.Runtime.loadLibrary0(Runtime.java:840)
at java.lang.System.loadLibrary(System.java:1047)
at java.lang.System.initializeSystemClass(System.java :1100)

The java support on OS/2 is currently at level 1.6.0_25

Upgrade from SmartSVN 7.0.4 to 7.5.2 lost my 'External Tools' settings

$
0
0
Hi

I have just upgraded from SmartSVN 7.0.4 to 7.5.2 on Windows and discovered that my 'External Tools' settings are lost . The only External Tool setting how shown is:

File pattern: *
Command: open

Best regards

David

Change Commit Message not multiline

$
0
0
(Probably a Windows specific problem.)

The Change Commit Message dialog does not allow to make messages containing hard line breaks.

If I edit a commit message in this multiline edit box on the dialog and separate several lines by ENTER and then press OK I get a message box telling me that something with the line ends is not good. (I don't understand what this message box want's to tell me.) Nothing is changed.

The Commit dialog allows multiline commit messages.

Cannot open files (Mac OS X)

$
0
0
Since version 7.5.1 I cannot open files by double-clicking in SmartSVN anymore. It is still the same in 7.5.2. When trying to open an Excel-File I can at least see an Excel-symbol in the dock but nothing happens (when I kill the process it interestingly shows a SmartSVN icon in the 'force quit' window). For TeX files almost nothing happens; something happens in the dock but to short to see anything.

At least it works if the needed program is already openend.

MacBook Air
Mac OS X Lion 10.7.5 (11G63)
SmartSVN 7.5.2

Version 7.5.2 has been placing unrecognized characters at the top of files

$
0
0
In the diff tool I have noticed recently the diff tool complaining that a line is different from the source at the very top of the file i.e.

<html> >>> <html>

if I accept the change the first line changes font and goes smaller on both sides -

<html> >>> <html>

I now realise the reason for this is SmartSVN is putting unrecognized characters at the top of the files that look like rectangles.

I recently rolled back to 7.0.7 as I was fed up of seeing files marked down as modified when there was no apparent difference in 7.5.2
I now face the prospect of looking back through all my recent commits and removing these characters. VERY annoying!!

Can anyone help?

7.5.2 manage repository profile

$
0
0
Hi,

It seems that manage repository profile option to add/edit/delete repositories is not there. Neither from the top menu nor a manage link in checkout dialog box. :o :(

Folders with international characters erroneously report files as missing

$
0
0
I recently moved from version 7.5 release-candidate 2 (build date October 22, 2012) to 7.5.3 (build date December 20, 2012).
My repository contains a few folders with Swedish characters. Files in those folders are reported as "Missing" in Local State with version 7.5.3. This is nothing but pure nonsense. When I use version 7.5RC2 connected to the very same repository everything behaves normally. Files reflect status according to what I do with them. If I e.g. change something on my local computer it shows as "Modified" and I can commit changes without any problem.
I have read somewhere else that one solution could be not to use international characters. This is not an option for me, I must be able to use Swedish characters in folder names. AND: It worked in RC2!
Anyone out there with the same problem? Should I try another client, like e.g. Cornerstone?
Please release a version that allows international characters!
By the way, my subversion is on a QNAP NAS, reports as: "svn, version 1.7.7 (r1393599) compiled Oct 10 2012, 04:31:19"
Added Jan 07: My OS is OS X 10.8.2, computer Mac Mini 2012.

Ubuntu 12.04 / Disabling SSE42Intrinsics to work around bug 6875866

$
0
0
I got the error message when I'm trying to start SmartSVN 7.5.3 in Ubuntu 12.04:
"Disabling SSE42Intrinsics to work around bug 6875866".

In spite of this error message, SmartSVN is starting successfully. Then I choose "Check out project from repository" and "Check Out Project" wizard is started.
On the step "Repository" I put the true and correct repository path "https://xxx.xxx.xxx.xxx/svn/myrepository" (I have checked that it's valid in Opera browser) and I press "Next".
The next page "Location" is hanging out and nothing happens. It's the main problem.

I'm a beginner in Linux, so here is the description what I do in details.

How I have JAVA installed ?
# sudo add-apt-repository ppa:upubuntu-com/java
# sudo apt-get update
# sudo apt-get install oracle-java7-installer

What version of JAVA is installed ?
# java -version
java version "1.7.0_10"
Java(TM) SE Runtime Environment (build 1.7.0_10-b18)
Java HotSpot(TM) Server VM (build 23.6-b04, mixed mode)

How I start SmartSVN ?
In terminal window I put:
# cd programs/smartsvn_7_5_3/bin
# ./smartsvn.sh

I would be very grateful for your advices how I can start SmartSVN usage in Ubuntu.

"File/Revision Compare" window can't handle UTF-16 SQL set to text/plain (7.5.3)

$
0
0
I commited a file called "Testdaten.sql" that is encoded in UTF-16 (with proper BOM) and set the mime-type to "text/plain".

I changed the file and wanted to view the differences ("Query->Show Changes").

In the "File/Revision Compare" window the right side ("Working Copy") is shown correctly. The left side ("Pristine Copy") is apparently trying to display the file using some ANSI encoding. The BOM is displayed as two question marks and every second char is displayed as a "invalid char block".

SmartSVN 7.5.3: Text file encoding weirdness (compare)

$
0
0
Hi,
I have just upgraded SmartSVN Pro from 6.6 to 7.5.3.
There are lots of text files containing german umlauts like 'ü' (encoded as byte value 0xFC in the text file) in the repository. See demo.txt.
Although both files (the working copy and the pristine copy inside the .svn management folder) contain the 'ü' character encoded as 0xFC, the file compare tool ('Show changes') shows a weird symbol like '[]' on the pristine copy side and the correct 'ü' at the working copy side, therefore highlighting the line as different which is not true at all (file contents are identical at byte level).

Playing around with project settings, Text file encoding for local files i.e. set to UTF-8, the behaviour changes: at both sides the umlaut character is wrong, but at least equal :)
Also tried to do a fresh checkout, as there were some warnings upgrading the local working copy management files (.svn folder), but to no avail, same behavior as before.

With SmartSVN 6.6. this worked without any problems.

Any help is appreciated, as this is a real show stopper.

Regards,
Helmut
Attached Files

SmartSVN v.7.5.3 reported as v.7.1.9 in SpiceWorks

$
0
0
Hi

We use SpiceWorks to audit software installed on our PCs. SpiceWorks reports the version number of each installed application. SmartSVN 7.0.4 is correctly shown as version 7.0.4, but SmartSVN 7.5.3 is shown as 7.1.9.

Are the SmartSVN developers aware that SmartSVN has this strange version number internally?

Best regards

David

Repository Manager is gone in 7.5.3

$
0
0
Upgraded from SmartSVN 6.6 to 7.5.3, and can no longer manage SVN repositories.
There is no 'Repository' sub-menu in the top-level menu, and there is no 'Manage' button in Check-out dialog. I can enter URL into that window, but anything that requires name/password no longer works.
Viewing all 59 articles
Browse latest View live