Re: svnadmin create and not being method agnostic

2010-12-27 Thread Philip Prindeville
On 12/27/10 11:34 AM, Ryan Schmidt wrote: On Dec 24, 2010, at 23:34, Philip Prindeville wrote: Unfortunately, the documentation and utilities in a few places are less clear than they could be when discussing repository setup for svnserve versus svnserve+ssh versus apache. For instance, "svna

Re: External diffs and temp files

2010-12-27 Thread Daniel Shahaf
If you want to derive the working file's path, it's in the -L arguments (argv[3] and argv[5]). Mind the tabs. I'd look into scripting something around :diffpatch in Vim: some custom command you run while editing the file. In that case, you'll to reverse the diff before applying it. (you can use

Re: svnadmin create and not being method agnostic

2010-12-27 Thread Ryan Schmidt
On Dec 24, 2010, at 23:34, Philip Prindeville wrote: > Unfortunately, the documentation and utilities in a few places are less clear > than they could be when discussing repository setup for svnserve versus > svnserve+ssh versus apache. > > For instance, "svnadmin create" deposits various file

Re: 207 Multi-Status error checking out WebKit repository on Windows

2010-12-27 Thread Thorsten Schöning
Guten Tag Kenneth Russell, am Sonntag, 26. Dezember 2010 um 02:42 schrieben Sie: > svn: PROPFIND of > '/repository/webkit/!svn/bc/19963/trunk/LayoutTests/fast/xpath/4XPath/Core/test.js': > 207 Multi-Status (http://svn.webkit.org) I checked out using TortoiseSVN 1.6.12 with Subversion 1.6.15 and d

External diffs and temp files

2010-12-27 Thread Ruben Bibas
Hello, I am working with subversion on a debian platform. I am trying to use either vimdiff or meld as a diff tool. So I created a script containing either /usr/bin/vimdiff $6 $7 or /usr/bin/meld $6 $7. Everything works fine except that $7 is actually a temp file, and when I am done changing t

RE: NTFS permissions issue on Linux

2010-12-27 Thread Jaan Vajakas
Sorry for the spam, now my original message seems to have reached the list twice: at first I sent the message without subscribing to the list and when I saw that the message did not reach the mailing list archives, I sent it again after subscribing, but now (two days after sending) the first messag

207 Multi-Status error checking out WebKit repository on Windows

2010-12-27 Thread Kenneth Russell
Hello, The WebKit project uses Subversion for version control and we are facing a problem with fresh checkouts of the repository on Windows with Subversion 1.6.6 (as well as earlier versions -- I've also tried 1.6.1). The reported error is with a specific file: svn: PROPFIND of '/repository/webki

NTFS permissions issue on Linux

2010-12-27 Thread Jaan Vajakas
Hi, I am using SVN version 1.6.15 on openSUSE 11.3 (x86).and have the following issue. I have an NTFS partition mounted with the following line in /etc/fstab: /dev/disk/by-id/ata-SAMSUNG_HM250HI_S1RUJ9FZ801112-part1 /windows ntfs-3ggid=users 0 0 When I run the followi

svnadmin create and not being method agnostic

2010-12-27 Thread Philip Prindeville
Hi. I'm a long-time svn user but only recently had to set one up myself. I was doing so on linux (Fedora) using Apache as the access method. Unfortunately, the documentation and utilities in a few places are less clear than they could be when discussing repository setup for svnserve versus sv