Re: svnversion documentation bug in the redbook?

2012-01-11 Thread Daniel Shahaf
Markus Schaber wrote on Tue, Jan 10, 2012 at 11:16:21 +: > Hi, > > http://svnbook.red-bean.com/en/1.7/svn.ref.svnversion.re.html states: > Send this to svnbook-...@red-bean.com please.

files from subversion repo mounted as webDAV, get zeroed out shortly after writing

2012-01-11 Thread Tom
I have a subversion repo exposed through mod_dav_svn and the option "SVNAutoversioning on" and am using fusefs with davfs2 to mount the repo on my linux desktop fedora 15. This usually allows webDAV clients to make changes to files without a checkout-edit-commit cycle, and this works well f

RE: Setting up domain and work-group-Pl help

2012-01-11 Thread Cooke, Mark
> -Original Message- > From: Michael Diers [mailto:mdi...@elegosoft.com] > Sent: 10 January 2012 22:04 > To: chandrakanth alahari > Cc: users@subversion.apache.org > Subject: Re: Setting up domain and work-group-Pl help > > On 2012-01-10 17:40, chandrakanth alahari wrote: > > Hello, > > I

Re: How to get all contribs from a specific person?

2012-01-11 Thread Torsten Krah
Some heavy weight "alternative" may be to index your repository with viewvc (using svndbadmin) and using the query backend of the tool, to find all revisions done by author "XXX". regards Torsten smime.p7s Description: S/MIME cryptographic signature

'svnadmin verify' failed after hotcopy with 'svnadmin: E160004: Revision file (r2255) lacks trailing newline'

2012-01-11 Thread D D
Hi, My svn backup script calls: - svnadmin hotcopy - svnadmin verify (on the copy) Once (for now) the verify call failed with 'svnadmin: E160004: Revision file (r2255) lacks trailing newline' The copy of the repository is still available and I can reproduce the problem. The subsequent hot copies

Re: changing DIR structure of SVN dump

2012-01-11 Thread Shaaa
Hello Ryan Thank you for your informative reply. I have managed to overcome the initial problem, however I do have a new problem. Basically, this is the current path to my repos: svn list file:///var/svn/repos/hb/trunk/chi I want to change it to conform to the 'standardised' structure. At the mo

Re: possible bug when building a diff of a subset of a comparison between a tag and branch

2012-01-11 Thread dcz
Le mardi 10 janvier 2012 13:55:52, dcz a écrit : Hello, I already posted this on the tortoise ML (http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2906737) and the only answer I got was that this should be reported here. I've been reading you all since a while now, an

Re: changing DIR structure of SVN dump

2012-01-11 Thread Ryan Schmidt
On Jan 11, 2012, at 07:11, Shaaa wrote: > Thank you for your informative reply. I have managed to overcome the > initial problem, however I do have a new problem. > > Basically, this is the current path to my repos: > svn list file:///var/svn/repos/hb/trunk/chi > > I want to change it to confor

Re: 'svnadmin verify' failed after hotcopy with 'svnadmin: E160004: Revision file (r2255) lacks trailing newline'

2012-01-11 Thread Daniel Shahaf
D D wrote on Wed, Jan 11, 2012 at 15:51:32 +0400: > Once (for now) the verify call failed with 'svnadmin: E160004: Revision > file (r2255) lacks trailing newline' > The copy of the repository is still available and I can reproduce the > problem. > The subsequent hot copies of the same repository ar

path based authorization

2012-01-11 Thread Schroeder, Hartmut
Hello All! We use Subversion 1.6.16 on MS Windows Server 2008. We have a set of 22 repositories and use path based authorization for restricting user access. Apache is configured to accept user information via LDAP (MS Active Directory) and also local defined user. For some repositories shall

Re: changing DIR structure of SVN dump

2012-01-11 Thread Shaaa
> I think where you're saying "repos" above you mean "project" or "directory". > It still seems tht your repository is just /var/svn/repos. The repos is /var/svn/repos but it has a hb folder, which holds all the obsolete files and that dir holds another dir with the new project. Which two of the

E000021 on merge when replacing a symlink with a directory in subversion-1.7.2 on linux.

2012-01-11 Thread Duncan Exon Smith
subversion-1.7.2 gives an error when merging in a feature branch that replaces a symlink with a directory on linux: svn: E21: Can't read file '/home/duncan/svn/co/trunk/symlink': Is a directory I tried using --reintegrate and also the equivalent traditional merge. I have a pretty small formu

Re: path based authorization

2012-01-11 Thread Torsten Krah
Am Mittwoch, den 11.01.2012, 15:00 + schrieb Schroeder, Hartmut: > Hello All! > > We use Subversion 1.6.16 on MS Windows Server 2008. > > We have a set of 22 repositories and use path based authorization for > restricting user access. Apache is configured to accept user > information via LDAP

Re: changing DIR structure of SVN dump

2012-01-11 Thread Ryan Schmidt
On Jan 11, 2012, at 09:07, Shaaa wrote: > The repos is /var/svn/repos but it has a hb folder, which holds all > the obsolete files and that dir holds another dir with the new > project. Which two of the below would be ideal method of managing > several projects: > > method 1: > /var/svn/repos/pr

Re: files from subversion repo mounted as webDAV, get zeroed out shortly after writing

2012-01-11 Thread Les Mikesell
On Wed, Jan 11, 2012 at 2:17 AM, Tom wrote: > > The server intermittently zeroes out the files, either geany/gedit offers a > reload (which I have learned is a no-no) and the file reloaded is empty. I > thought it might be something to do with gtk temp files, but it is > replicable with vi or kate

Re: files from subversion repo mounted as webDAV, get zeroed out shortly after writing

2012-01-11 Thread Ryan Schmidt
On Jan 11, 2012, at 02:17, Tom wrote: > I have a subversion repo exposed through mod_dav_svn and the option > "SVNAutoversioning on" and am using fusefs with davfs2 to mount the repo on > my linux desktop fedora 15. > > This usually allows webDAV clients to make changes to files without a

Re: changing DIR structure of SVN dump

2012-01-11 Thread Les Mikesell
On Wed, Jan 11, 2012 at 10:00 AM, Ryan Schmidt wrote: > >> The repos is /var/svn/repos but it has a hb folder, which holds all >> the obsolete files and that dir holds another dir with the new >> project. Which two of the below would be ideal method of managing >> several projects: >> >> method 1:

Re: E000021 on merge when replacing a symlink with a directory in subversion-1.7.2 on linux.

2012-01-11 Thread Philip Martin
Duncan Exon Smith writes: > Please let me know whether I'm doing something wrong, or if I should go > ahead and post this to the issue tracker. Yes, please raise an issue. A shorter recipe: svnadmin create repo svn co file://`pwd`/repo wc svn mkdir wc/A ln -s A wc/B svn add wc/B svn ci -mm wc

Re: E000021 on merge when replacing a symlink with a directory in subversion-1.7.2 on linux.

2012-01-11 Thread Duncan Exon Smith
On 11 January 2012 11:59, Philip Martin wrote: > Duncan Exon Smith writes: > > > Please let me know whether I'm doing something wrong, or if I should go > > ahead and post this to the issue tracker. > > Yes, please raise an issue. http://subversion.tigris.org/issues/show_bug.cgi?id=4096

test for whether a file has been checked in?

2012-01-11 Thread Steve Kelem
Is there a subversion command that I can use in a shell or Perl script to test whether a file or directory has been checked in? Steve

switch to ignore files that have not been checked in?

2012-01-11 Thread Steve Kelem
I'm trying to add properties to a bunch of files that have a common file extension, but are not the only files in the directory/directories. I would like to run something like: svn propset svn:needs-lock '*' *.png *.jpg *.vsd The problem is that I have a number of temporary files in the working

Re: test for whether a file has been checked in?

2012-01-11 Thread Andy Levy
On Wed, Jan 11, 2012 at 18:38, Steve Kelem wrote: > Is there a subversion command that I can use in a shell or Perl script to > test whether a file or directory has been checked in? Do you mean a modification in your working copy that hasn't been committed yet? svn status If that's not what you

Re: switch to ignore files that have not been checked in?

2012-01-11 Thread Andy Levy
On Wed, Jan 11, 2012 at 18:49, Steve Kelem wrote: > I'm trying to add properties to a bunch of files that have a common file > extension, but are not the only files in the directory/directories. > > I would like to run something like: > > svn propset svn:needs-lock '*' *.png *.jpg *.vsd > > The p

Re: switch to ignore files that have not been checked in?

2012-01-11 Thread Geoff Hoffman
On Wed, Jan 11, 2012 at 6:45 PM, Andy Levy wrote: > On Wed, Jan 11, 2012 at 18:49, Steve Kelem wrote: > > I'm trying to add properties to a bunch of files that have a common file > extension, but are not the only files in the directory/directories. > > > > I would like to run something like: > >

Help on "Subversion Windows Installer"

2012-01-11 Thread Jie Long
Hi there, I got the resource from this website: http://alagazam.net/ I am hoping that I am writing to David Darj. I am not a new user to svn but it's my first time to compile it. I want to run it on my computer to learn about the algorithms and see what I can do from there. I am strongly int

After upgrading subversion refuses to authenticate with server

2012-01-11 Thread Aaron Williams
Hi all, I recently upgraded OpenSUSE from 11.4 to 12.1 and now I am no longer able to commit changes to our subversion tree. It requires authentication and the username is different than my Linux account name. OpenSUSE 12.1 includes Subversion 1.6.17 though I have also compiled 1.7.2 with deb

Space Constrain

2012-01-11 Thread sureshkumar nandakumar
Dear Expert Our Subversion server is RedHat Linux. We have lot of repositories which is maintaining in Linux server. Each repositories taking huge size in our server. Our Maximum size limit is 100GB, but the size almost reached 98%. We are in trouble when we are using repository in Tortoise SVN.

Permanent removal

2012-01-11 Thread sureshkumar nandakumar
Dear Expert, Our repository size are increasing on daily basis, we were planed and removed unused tags in SVN. But still the size is not increased. And also whatever I have removed all those files are still persist in earlier version. Then there is no use of my removal. Suppose, I would like to d

Re: Space Constrain

2012-01-11 Thread David Chapman
On 1/11/2012 10:57 PM, sureshkumar nandakumar wrote: Dear Expert Our Subversion server is RedHat Linux. We have lot of repositories which is maintaining in Linux server. Each repositories taking huge size in our server. Our Maximum size limit is 100GB, but the size almost reached 98%. We are in

RE: Permanent removal

2012-01-11 Thread Cooke, Mark
Hello, > -Original Message- > From: sureshkumar nandakumar [mailto:suresh1256...@gmail.com] > Sent: 12 January 2012 06:58 > Subject: Permanent removal > > Dear Expert, > I'm not an expert, just another user... > Our repository size are increasing on daily basis, we were planed and > re

RE: Help on "Subversion Windows Installer"

2012-01-11 Thread Cooke, Mark
[Note: this list prefers plain text email, not html] > -Original Message- > From: Jie Long [mailto:may...@gmail.com] > Sent: 11 January 2012 23:14 > To: users@subversion.apache.org > Subject: Help on "Subversion Windows Installer" > > Hi there, > > I got the resource from this website:

Re: Space Constrain

2012-01-11 Thread Thorsten Schöning
Guten Tag sureshkumar nandakumar, am Donnerstag, 12. Januar 2012 um 07:57 schrieben Sie: > We have lot of repositories which is maintaining in Linux server. Each > repositories taking huge size in our server. > Our Maximum size limit is 100GB, but the size almost reached 98%. We > are in trouble w