Just downloaded and tried to checkout a project. We use svn+ssh on
repositoryhosting.com
I am able to checkout a project command line w/o issue using svn+ssh
I had to setup ssh to use system authentication with smartsvn. Tried to checkout a project. Was able to browse the repos (initial success). Selected the directory I wanted to checkout and then poof I get the error below. Tried again and same thing no matter which directory I pick.
I am using CentOS 7.3 (up to date) and KDE (we need to use KDE for our EDA tool requirement).
Tried to update JAVA but looks like I am on the latest. Any ideas on a fix? Thanks.
[mfenston@e6520 bin]$ eval `ssh-agent -s`
Agent pid 26467
[mfenston@e6520 bin]$ ssh-add
Enter passphrase for /home/mfenston/.ssh/id_rsa:
Identity added: /home/mfenston/.ssh/id_rsa (/home/mfenston/.ssh/id_rsa)
[mfenston@e6520 bin]$ ./smartsvn.sh
java: /builddir/build/BUILD/oxygen-gtk2-1.3.4/src/animations/oxygencomboboxdata.cpp:87: void Oxygen::ComboBoxData::setButton(GtkWidget*): Assertion `!_button._widget' failed.
./smartsvn.sh: line 162: 26542 Aborted (core dumped) $_JAVA_EXEC $_GC_OPTS $_MISC_OPTS $_VM_PROPERTIES -jar "$SMARTSVN_HOME/lib/bootloader.jar" "$@"
java -version
openjdk version "1.8.0_141"
OpenJDK Runtime Environment (build 1.8.0_141-b16)
OpenJDK 64-Bit Server VM (build 25.141-b16, mixed mode)