Re: Usage of Subversion in Intersystem's Cache

2010-03-30 Thread Andy Levy
On Wed, Mar 31, 2010 at 00:24, Shajahan Mohammed wrote: > Dear Madam/Sir, > > > >     We are doing Projects using Intersystem's Cache. We have > downloaded the 'Subversion for Win32, version 1.4.6.'  for Source Control > issues in our project. We installed the tool and read the documen

Usage of Subversion in Intersystem's Cache

2010-03-30 Thread Shajahan Mohammed
Dear Madam/Sir, We are doing Projects using Intersystem's Cache. We have downloaded the 'Subversion for Win32, version 1.4.6.' for Source Control issues in our project. We installed the tool and read the documentation (svn-book), but there is no topic related to working with In

Re: Problem creating new repo

2010-03-30 Thread Campbell Allan
On Monday 29 Mar 2010, Campbell Allan wrote: > On Monday 29 Mar 2010, Randi Hillerøe wrote: > > For 4 hours I have tried to solve this problem but seems like very few > > had it before. > > > > I just installed subversion on a QNAP T410, NAS, which completed all fine > > however it went wrong when

Re: weird merge

2010-03-30 Thread Ryan Schmidt
On Mar 30, 2010, at 18:55, Xavier Noria wrote: > Can I tell to svn that it totally forget revisions < 3000 ? Doing so is a very invasive procedure. I don't recommend it. It's likely to cause more problems than it solves. > Those are > very old and we could just get rid of them it there was a c

Re: svn:eol-style does not work on update

2010-03-30 Thread Dirk
> There is a svn_apply_autoprops as part of the subversion distribution > (in contrib, I think), which will apply your current auto props to a > working copy. > > My current copy of that script is attached - needs python. > > I use it a lot, and it works well for me. > Tony Butt > CEA Technologi

Re: weird merge

2010-03-30 Thread Xavier Noria
Can I tell to svn that it totally forget revisions < 3000 ? Those are very old and we could just get rid of them it there was a chance that it solved the issue, it is a pity we need to deal with explicit revisions all the time, reflective merges... I don't know, perhaps around r2909 people did som

Re: svn:eol-style does not work on update

2010-03-30 Thread Tony Butt
On Tue, 2010-03-30 at 16:05 +0200, Dirk wrote: > Hello, > > i've enabled > > enable-auto-props=yes > > and > > *.php=svn:eol-style:native > > on linux... > > but when i "svn update" i still have msdos linefeeds in the php file... even > when i delete the php file before updating.. > > i am

Re: Can checkout and commit but NOT diff or display logs for files or dirs [SOLVED]

2010-03-30 Thread Björn Blissing
Från: Johan Corveleyn [jcor...@gmail.com] Skickat: den 30 mars 2010 21:31 Till: Björn Blissing Kopia: users@subversion.apache.org Ämne: Re: Can checkout and commit but NOT diff or display logs for files or dirs 2010/3/30 Björn Blissing : > > _

Re: Can checkout and commit but NOT diff or display logs for files or dirs

2010-03-30 Thread Johan Corveleyn
2010/3/30 Björn Blissing : > > > Från: Johan Corveleyn [jcor...@gmail.com] > Skickat: den 30 mars 2010 00:14 > Till: Björn Blissing > Kopia: users@subversion.apache.org > Ämne: Re: Can checkout and commit but NOT diff or display logs for files or   >   dirs

How to determine the source of a copy

2010-03-30 Thread Brian Mearns
Various client tools seem to know what path and revision a copy was created from (e.g., Tortoise's revision graph). Can the svn command line tool get me this information? Is there anyway I can get this from a hook script? Here's the context: I want to enforce that all code has gone through automat

Re: Can checkout and commit but NOT diff or display logs for files or dirs

2010-03-30 Thread Björn Blissing
Från: Johan Corveleyn [jcor...@gmail.com] Skickat: den 30 mars 2010 00:14 Till: Björn Blissing Kopia: users@subversion.apache.org Ämne: Re: Can checkout and commit but NOT diff or display logs for files or dirs 2010/3/29 Björn Blissing : > Hi, > > I s

Re: Can checkout and commit but NOT diff or display logs for files or dirs

2010-03-30 Thread Björn Blissing
Från: Johan Corveleyn [jcor...@gmail.com] Skickat: den 30 mars 2010 00:14 Till: Björn Blissing Kopia: users@subversion.apache.org Ämne: Re: Can checkout and commit but NOT diff or display logs for files or dirs 2010/3/29 Björn Blissing : > Hi, > > I s

Re: weird merge

2010-03-30 Thread Xavier Noria
On Tue, Mar 30, 2010 at 4:25 PM, Bob Archer wrote: >> On Fri, Mar 26, 2010 at 5:11 PM, Tyler Roscoe wrote: >> >> > On Fri, Mar 26, 2010 at 03:17:54PM +0100, Xavier Noria wrote: >> >> Even if I try to fix it by hand with >> >> >> >>     svn merge -r2:2909 ^/trunk --record-only >> >> >> >> a subse

Re: svn:eol-style does not work on update

2010-03-30 Thread Dirk
Tino Schwarze wrote: > Hi Dirk, > > On Tue, Mar 30, 2010 at 04:05:12PM +0200, Dirk wrote: > >> i've enabled >> >> enable-auto-props=yes >> >> and >> >> *.php=svn:eol-style:native >> >> on linux... >> >> but when i "svn update" i still have msdos linefeeds in the php file... even >> when i delete

RE: svnadmin create not honoring sticky bit

2010-03-30 Thread Ullrich.Jans
Stefan Sperling wrote: > On Tue, Mar 30, 2010 at 02:16:50PM +0200, > ullrich.j...@elektrobit.com wrote: >> ls -l test1/db/rep-cache.db test2/db/rep-cache.db >> -rw-r-+ 1 root www 4096 2010-03-30 14:07 test1/db/rep-cache.db >> -rw-r-+ 1 username users 4096 2010-03-30 14:07 test2/db/r

RE: weird merge

2010-03-30 Thread Bob Archer
> On Fri, Mar 26, 2010 at 5:11 PM, Tyler Roscoe wrote: > > > On Fri, Mar 26, 2010 at 03:17:54PM +0100, Xavier Noria wrote: > >> Even if I try to fix it by hand with > >> > >>     svn merge -r2:2909 ^/trunk --record-only > >> > >> a subsequent merge still tries to get 2 through 2909. Moreover Di

Re: svn:eol-style does not work on update

2010-03-30 Thread Tino Schwarze
Hi Dirk, On Tue, Mar 30, 2010 at 04:05:12PM +0200, Dirk wrote: > i've enabled > > enable-auto-props=yes > > and > > *.php=svn:eol-style:native > > on linux... > > but when i "svn update" i still have msdos linefeeds in the php file... even > when i delete the php file before updating.. The

RE: svn:eol-style does not work on update

2010-03-30 Thread Giulio Troccoli
> Hello, > > i've enabled > > enable-auto-props=yes > > and > > *.php=svn:eol-style:native > > on linux... > > but when i "svn update" i still have msdos linefeeds in the > php file... even when i delete the php file before updating.. > > i am using only the client... no idea where or what the serv

svn:eol-style does not work on update

2010-03-30 Thread Dirk
Hello, i've enabled enable-auto-props=yes and *.php=svn:eol-style:native on linux... but when i "svn update" i still have msdos linefeeds in the php file... even when i delete the php file before updating.. i am using only the client... no idea where or what the server is... Dirk

svn:eol-style does not work on update

2010-03-30 Thread Dirk
Hello, i've enabled enable-auto-props=yes and *.php=svn:eol-style:native on linux... but when i "svn update" i still have msdos linefeeds in the php file... even when i delete the php file before updating.. i am using only the client... no idea where or what the server is... Dirk

Re: svnadmin create not honoring sticky bit

2010-03-30 Thread Stefan Sperling
On Tue, Mar 30, 2010 at 02:16:50PM +0200, ullrich.j...@elektrobit.com wrote: > cd /tmp > mkdir test > chgrp www test > chmod 2770 test > setfacl -m u:username:rwx test > setfacl -m d:u:username:rwx test > cd test > svnadmin create test1 > su - username -c "cd /tmp/test; svnadmin create test2" > >

Re: weird merge

2010-03-30 Thread Xavier Noria
On Fri, Mar 26, 2010 at 5:11 PM, Tyler Roscoe wrote: > On Fri, Mar 26, 2010 at 03:17:54PM +0100, Xavier Noria wrote: >> Even if I try to fix it by hand with >> >>     svn merge -r2:2909 ^/trunk --record-only >> >> a subsequent merge still tries to get 2 through 2909. Moreover >> >>     svn propge

svnadmin create not honoring sticky bit

2010-03-30 Thread Ullrich.Jans
Hi, I encountered an unexpected behaviour during a svnadmin create as a normal user. We have a setup where a normal user can create repositories below an SvnParentPath structure. The directories are setgroupid www, with ACLs allowing the user write permissions. When I create these directories

Aleatory error MKCOL when I import a new project

2010-03-30 Thread Juan Jesús Cremades Monserrat
Hi! Two different users have the next problem when they try to import a new project to a new repository. The strange is that when I do the same operations, all is fine… The errors obtained are (In tortoise): Error: Commit failed (details follow): Error: MKCOL of Error: '/svn/project_n

Re: Spurious svn:mergeinfo updated on random, untouched files on minimalistic merge?!

2010-03-30 Thread Johan Corveleyn
On Tue, Mar 30, 2010 at 11:47 AM, Ben wrote: > Hi! We recently upggraded our svn server to 1.6.5 to enable the usage of the > svn merge tracking capabilities but failed to use it in more than one project > due unwanted properties changes set on unchanged files. > > This makes it very hard to keep

Spurious svn:mergeinfo updated on random, untouched files on minimalistic merge?!

2010-03-30 Thread Ben
Hi! We recently upggraded our svn server to 1.6.5 to enable the usage of the svn merge tracking capabilities but failed to use it in more than one project due unwanted properties changes set on unchanged files. This makes it very hard to keep track of the real changes vs. svn internal changes. W

Re: svn copy not updating Last Changed Rev

2010-03-30 Thread Daniel Shahaf
Jon DeVree wrote on Mon, 29 Mar 2010 at 17:57 -0400: > On Mon, Mar 29, 2010 at 23:53:43 +0300, Daniel Shahaf wrote: > > % svn info iota2 iota3 | grep "Last Changed Rev" > > Last Changed Rev: 2 > > Last Changed Rev: 3 > > > > Try it with a directory that includes files and subdirectori

Re: svn copy not updating Last Changed Rev

2010-03-30 Thread Daniel Shahaf
Jon DeVree wrote on Mon, 29 Mar 2010 at 18:47 -0400: > In fact, it occured to me that this should be visible on any public > subversion repository that used a server side svn copy operation. Even > the repository of svn itself: > > Here is the most recent log entry for the build subdirectory of >