• tommylux

    (@tommylux)


    I can browse my subversion using Cyberduck using WebDav (with version support) but when I am asked to authenticate to upload files/create directories, I get the following error:

    Conflict:

    connection: close
    content-Type:text/html; charset=iso-8859-1
    MKCOL /(mydir)/tags/t/HTTP/1.1
    content-Type:text/html; charset=utf-8
    Content-Length: 0
    Host: Plugins.svn.www.ads-software.com
    Connection: Keep-Alive
    User-Agent: Cyberduck/4.1.4 (9079) (Windows 7/6.1) (x86)
    Authorization: Basic dG9t…(some random key)
    HTTP/1.1 409 Conflict
    Date: Tue, 8 Nov 2011 14:51:27 GMT
    Server: Apache
    Vary: Accept-Encoding
    Content-Encoding: gzip
    Content-Length: 386
    Connection: close
    Content-Type: text/html; charset=iso-8859-1

    Any ideas?
    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • I don’t think Cyberduck can act as an Subversion client. It can only read from publicly accessible repositories.

    You’ll need a client if you want to modify anything in your subversion repository.

    If you’re on Windows, try TortoiseSVN:
    https://tortoisesvn.net/

    If you’re on Mac, try SCPlugin:
    https://scplugin.tigris.org/

    Thread Starter tommylux

    (@tommylux)

    Thanks for the quick reply.

    I’m not enjoying using Tortoisesvn at all..

    Commit failed (details follow):
    File ‘E:\_Endomondo Subversion\tags\1.0\endostyle.css’ is out of date
    File ‘endostyle.css’ already exists
    You have to update your working copy first.

    Ok, lets update:

    conflicted: …….
    E:\_Endomondo Subversion\tags\1.0\endostyle.css
    At revision: 460622
    One or more files are in a conflicted state.

    lets just start again; delete tags/1.0 and commit:
    Force Removal
    … is not under version control the 1.0 contains unversioned and/or modified file(s) do you want to remove it anyway..

    sure, ok:
    “no write-lock in ‘E:\_endomondo Subversion\tags”

    is there any ftp-like clients I can use? I hate this business of local and remote files, its easier if I can just see my remote files like in cyberduck.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Cyberduck as SVN?’ is closed to new replies.