You are not logged in.

#1 2009-06-10 12:18:28

CaptainKirk
Member
Registered: 2009-06-07
Posts: 391

SVN Client for Xfce

Seems that thunar-svn-plugin and xfce4-svn once existed as they are mentioned here http://bugs.archlinux.org/task/5838 but I don't see them today in the repos.

How should I go about installing thunar-svn?

Thanks.

Offline

#2 2009-06-10 12:23:10

peart
Member
From: Kanuckistan
Registered: 2003-07-28
Posts: 510

Re: SVN Client for Xfce

You'll find most -svn packages in the AUR, not the repos: http://aur.archlinux.org/packages.php?ID=16126

Offline

#3 2009-06-10 12:31:11

CaptainKirk
Member
Registered: 2009-06-07
Posts: 391

Re: SVN Client for Xfce

Ah, great. But I get this:

==> Building and installing package
mkdir: cannot create directory `/var/abs': Permission denied
==> WARNING: Unable to write in /var/abs/local/yaourtbuild/thunar-svn directory. Using /tmp directory
==> Determining latest svn revision...
  -> Version found: 29999
==> Making package: thunar-svn 29999-1 i686 (Wed Jun 10 15:30:07 IDT 2009)
==> Checking Runtime Dependencies...
==> Installing missing dependencies...
libexif>=0.617 package not found, searching for group...
error: 'libexif>=0.617': not found in sync db
==> ERROR: Pacman failed to install missing dependencies.
Error: Makepkg was unable to build thunar-svn package.

sad

So I tried

sudo pacman -S libexif

and it reinstalled libexif-0.6.17-1, but I still get the same message as above.

Offline

#4 2009-06-10 12:53:46

peart
Member
From: Kanuckistan
Registered: 2003-07-28
Posts: 510

Re: SVN Client for Xfce

There's a typo in the PKGBUILD.  On the depends line, 0.617 should be changed to 0.6.17.  It builds fine here after the typo is fixed.

Offline

#5 2009-06-10 12:54:35

Xabre
Member
From: Serbia
Registered: 2009-03-19
Posts: 750

Re: SVN Client for Xfce

It seems there is a little mistake in pkgbuild. Edit it and change libexif>=0.617 to libexif>=0.6.17

peart was quicker wink

Last edited by Xabre (2009-06-10 12:55:52)

Offline

#6 2009-06-10 13:18:29

CaptainKirk
Member
Registered: 2009-06-07
Posts: 391

Re: SVN Client for Xfce

Thank you both. It installed and when I reboot we will see if it works. smile

Offline

#7 2009-06-11 09:51:10

CaptainKirk
Member
Registered: 2009-06-07
Posts: 391

Re: SVN Client for Xfce

Yesterday I realized I only installed 1 of 2 packages. Today I tried twice to install also the second package: thunar-svn-plugin, and twice it failed:

tsh-properties-dialog.c: In function 'tsh_properties_dialog_init':
tsh-properties-dialog.c:153: error: 'SVN_PROP_EOL_STYLE' undeclared (first use in this function)
tsh-properties-dialog.c:153: error: (Each undeclared identifier is reported only once
tsh-properties-dialog.c:153: error: for each function it appears in.)
tsh-properties-dialog.c:154: error: 'SVN_PROP_EXECUTABLE' undeclared (first use in this function)
tsh-properties-dialog.c:155: error: 'SVN_PROP_EXTERNALS' undeclared (first use in this function)
tsh-properties-dialog.c:156: error: 'SVN_PROP_IGNORE' undeclared (first use in this function)
tsh-properties-dialog.c:157: error: 'SVN_PROP_KEYWORDS' undeclared (first use in this function)
tsh-properties-dialog.c:158: error: 'SVN_PROP_MIME_TYPE' undeclared (first use in this function)
tsh-properties-dialog.c:159: error: 'SVN_PROP_NEEDS_LOCK' undeclared (first use in this function)
tsh-properties-dialog.c:160: error: 'SVN_PROP_SPECIAL' undeclared (first use in this function)
make[2]: *** [tsp_svn_helper-tsh-properties-dialog.o] Error 1
make[2]: Leaving directory `/tmp/yaourt-tmp-kirk/aur-thunar-svn-plugin/thunar-svn-plugin/src/thunar-svn-plugin-0.0.2/tsp-svn-helper'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/yaourt-tmp-hershel/aur-thunar-svn-plugin/thunar-svn-plugin/src/thunar-svn-plugin-0.0.2'
make: *** [all] Error 2
==> ERROR: Build Failed.
    Aborting...
Error: Makepkg was unable to build thunar-svn-plugin package.

What now?

It also, BTW, ran for a LONG time and spit out a LOT of output. smile

Offline

#8 2009-06-11 10:49:53

peart
Member
From: Kanuckistan
Registered: 2003-07-28
Posts: 510

Re: SVN Client for Xfce

First of all, you are building an old version of the plugin.  The package has been marked out of date; 0.0.3 was released.  Also, a quick google search shows that it does not build on FreeBSD or Gentoo either.  Luckily, the latter have patched it. Hopefully you'll be able to build it with that.  I haven't tried.

Offline

#9 2009-06-11 14:22:00

dmartins
Member
Registered: 2006-09-23
Posts: 360

Re: SVN Client for Xfce

I don't think you actually need the thunar-svn package. Packages in the AUR with -svn, -cvs, or -git appended to their names are generally development versions of the software. thunar-svn is just a more up to date version of the regular thunar package. The downside is that there may be some bugs or breakages. If you'd like to go back to the regular thunar package you can run:

pacman -Rd thunar-svn
pacman -S thunar

I updated the PKGBUILD and added the patch peart posted a link to. Now the package compiles. I don't usually use thunar, but I installed it the plugin seems to work. Here it is: http://www.danman.ca/arch/thunar-svn-plugin.tar.gz

Offline

#10 2009-06-11 14:51:38

CaptainKirk
Member
Registered: 2009-06-07
Posts: 391

Re: SVN Client for Xfce

dmartins wrote:

I don't think you actually need the thunar-svn package. Packages in the AUR with -svn, -cvs, or -git appended to their names are generally development versions of the software. thunar-svn is just a more up to date version of the regular thunar package. The downside is that there may be some bugs or breakages. If you'd like to go back to the regular thunar package you can run:

Thanks, but that package never got installed. smile

dmartins wrote:

I updated the PKGBUILD and added the patch peart posted a link to. Now the package compiles. I don't usually use thunar, but I installed it the plugin seems to work. Here it is: http://www.danman.ca/arch/thunar-svn-plugin.tar.gz

Who told you that adding the patch etc. is a bit much for me? smile

I would like you to know that your file worked perfectly for me! I installed it and it looks great!

Thank you very much! smile

Offline

Board footer

Powered by FluxBB