RE: Check out problem because of alleged problematic URL

2010-06-06 Thread Hirschberg, Benyamin
Hi Ben When I'm running svn --version I'm getting: -- svn, version 1.6.5 (r38866) compiled Mar 14 2010, 17:16:01 Copyright (C) 2000-2009 CollabNet. Subversion is open source software, see http://subve

RE: Check out problem because of alleged problematic URL

2010-06-06 Thread Hirschberg, Benyamin
I'm using "neon 0.28.3". According to the release history it doesn't seem to be particularly old. -Original Message- From: Ryan Schmidt [mailto:subversion-20...@ryandesign.com] Sent: Sunday, June 06, 2010 8:57 PM To: Daniel Shahaf Cc: Hirschberg, Benyamin; users@subversion.apache.org Subj

svnserve Windows Service and iSCSI disk does not start after reboot

2010-06-06 Thread Keith Moore
Hello, I have a physical (not virtual) Windows Server 2003 box set up with svnserve.exe running as an auto start windows service. svnserve starts with the following command line. "\svnserve.exe" --service -r "D:\Repositories" --listen-port "3690" --log-file "C:\Logs\svnserve.log" The reposit

Re: Setting auto-props from Server side ?

2010-06-06 Thread Ravi Roy
On Mon, Jun 7, 2010 at 10:41 AM, Ryan Schmidt < subversion-20...@ryandesign.com> wrote: > On Jun 7, 2010, at 00:01, Ravi Roy wrote: > > > Just curious if there is a way out to set auto-props for certain binary > files on server side ? > > No, there isn't, not a supported way, anyway. > > This has

Re: Setting auto-props from Server side ?

2010-06-06 Thread Ryan Schmidt
On Jun 7, 2010, at 00:01, Ravi Roy wrote: > Just curious if there is a way out to set auto-props for certain binary files > on server side ? No, there isn't, not a supported way, anyway. This has come up countless times on the mailing list before. I'm sure you can find the discussions in the a

Setting auto-props from Server side ?

2010-06-06 Thread Ravi Roy
Hi, Just curious if there is a way out to set auto-props for certain binary files on server side ? I know, it is can be set on Client like TortoiseSVN. I am using Subversion 1.6.1 on CenOS 5.2 with APR 1.2.7. Thanks. Regards -RR

Re: Working copy 'from the future' after restoring server from old backup (was "Huge Problem")

2010-06-06 Thread B Smith-Mannschott
On Sun, Jun 6, 2010 at 21:43, Abius X wrote: > Hi > thanks for the quick response, > Actually I'm on OS X Snow Leopard (10.6.3) and > I'm using Eclipse and Subversive (or Subclipse whichever is bundled with > Eclipse) > > I'm partially familiar with diff, but my project folder is quite huge! > >

Re: Check out problem because of alleged problematic URL

2010-06-06 Thread B Smith-Mannschott
On Sun, Jun 6, 2010 at 15:49, Hirschberg, Benyamin wrote: > Hi > > > > I’m stuck with an annoying problem. > > > > I have an SVN server set up on a LAN server. I’m accessing it with > http://ada-srp/kr/svn/trunk, it is working from browsers and windows svn > clients (both Tortoise and command line

Working copy 'from the future' after restoring server from old backup (was "Huge Problem")

2010-06-06 Thread B Smith-Mannschott
(I'm sending this Cc back to the list, since others may have input too.) On Sun, Jun 6, 2010 at 19:36, Abius X wrote: > Hi > Sorry for brief desscriptions, > Yep there are different error messages that describe server revision is older > than working copy. > > Yes I mean a backup, the server cra

Re: How to recover a very old repository?

2010-06-06 Thread Ryan Schmidt
On Jun 6, 2010, at 05:03, Dale Mellor wrote: > Thanks, that was useful information. I worked out that I was using > subversion-0.33.1. I wouldn't have thought the architecture was a > problem as I'm still using an x86-32 class processor (let's be honest, > processor development hit the buffers

Re: Check out problem because of alleged problematic URL

2010-06-06 Thread Ryan Schmidt
On Jun 6, 2010, at 11:39, Daniel Shahaf wrote: > Hirschberg, Benyamin wrote on Sun, 6 Jun 2010 at 16:49 -: >> > >> [benya...@ada-srp ~]$ svn checkout http://ada-srp/kr/svn/trunk/ kr_repos >> svn: URL 'http://ada-srp/kr/svn/trunk' is malformed or the scheme or host or >> path is missing > >

Re: Huge Problem

2010-06-06 Thread B Smith-Mannschott
On Sun, Jun 6, 2010 at 11:31, Abius X wrote: > Hello > I'm unable to commit or update, since i've restored a previous revision of my > subversion repository on the server. > > What should I do? Describe "unable to commit or update" and "restored a previous revision of my subversion repository" m

Re: Check out problem because of alleged problematic URL

2010-06-06 Thread Daniel Shahaf
That error message comes from neon's ne_uri_parse(). With a client using serf, or another version of neon, the error might disappear. [[[ /* from libsvn_ra_neon/session.c */ if (ne_uri_parse(url, uri) || uri->host == NULL || uri->path == NULL || uri->scheme == NULL) { ne_uri_fr

Check out problem because of alleged problematic URL

2010-06-06 Thread Hirschberg, Benyamin
Hi I'm stuck with an annoying problem. I have an SVN server set up on a LAN server. I'm accessing it with http://ada-srp/kr/svn/trunk, it is working from browsers and windows svn clients (both Tortoise and command line client 1.6.4). The problem is when I'm trying to do a checkout on the serve

Huge Problem

2010-06-06 Thread Abius X
Hello I'm unable to commit or update, since i've restored a previous revision of my subversion repository on the server. What should I do? Regards AbiusX

Re: How to recover a very old repository?

2010-06-06 Thread Dale Mellor
On Sun, 2010-06-06 at 10:27 +0200, Erik Huelsmann wrote: > Hi Dale, > > On Sun, Jun 6, 2010 at 9:49 AM, Dale Mellor wrote: > > On Sat, 2010-06-05 at 17:15 -0400, Karl Fogel wrote: > >> Dale Mellor writes: > >> >I've recently pulled an old SVN repository off a disk image from a > >> >server I had

Re: How to recover a very old repository?

2010-06-06 Thread Erik Huelsmann
Hi Dale, On Sun, Jun 6, 2010 at 9:49 AM, Dale Mellor wrote: > On Sat, 2010-06-05 at 17:15 -0400, Karl Fogel wrote: >> Dale Mellor writes: >> >I've recently pulled an old SVN repository off a disk image from a >> >server I had many moons ago, and now have the repository on a local file >> >system

Re: How to recover a very old repository?

2010-06-06 Thread Dale Mellor
On Sat, 2010-06-05 at 17:15 -0400, Karl Fogel wrote: > Dale Mellor writes: > >I've recently pulled an old SVN repository off a disk image from a > >server I had many moons ago, and now have the repository on a local file > >system. Whenever I try to do anything, SVN complains that it is format >