Re: subversion cross compile (arm)

2010-12-01 Thread Takács András
Hi All, Hi daniel, Daniel, thanks a lot your help, I'm getting more closer to the origin of the issue. (I hope.) I CC'ed the dev@ list as well, so I'm summarize the problem again. I'm cross compiling subversion for an ARM9 based development board (mini2440). (You'll find my configure options belo

Merge branch from trunk into newer branch from trunk, resolving directory conflicts

2010-12-01 Thread derek fong
Hello, Here's my scenario, hope someone can help me out with it: I created a branch (b1) from trunk several months ago. Since then, my branch has undergone active development while the trunk has undergone a couple of relatively minor revisions. My team later created another branch off of trunk

Re: svn diff: output stops after first couple hunks?

2010-12-01 Thread Daniel Shahaf
> > I suppose then if I really wanted to do the diff properly > > (read: against the copy in the repo) I would do: > > > > svn diff pom.xml http://path.to/my/svnrepo/myproject/trunk/pom.xml > > svn diff -r HEAD pom.xml > By the way, do you know the online subversion book > (http://svnbook.re

Re: pattern for specifying svn:ignore for files without extension

2010-12-01 Thread Daniel Shahaf
Ryan Schmidt wrote on Wed, Dec 01, 2010 at 13:33:50 -0600: > > On Dec 1, 2010, at 13:31, Steve Cohen wrote: > > > The build process of the application I am bringing under svn creates a > > number of unix binary executables that have no extension : for example > > > > abcde > > fghqp > > > > et

Re: pattern for specifying svn:ignore for files without extension

2010-12-01 Thread Daniel Shahaf
Steve Cohen wrote on Wed, Dec 01, 2010 at 17:40:12 -0600: > On 12/01/2010 03:33 PM, Ryan Schmidt wrote: >> On Dec 1, 2010, at 15:19, Steve Cohen wrote: >> >>> It seems to me that >>> svn --recursive propset svn:ignore xyz >>> >>> is basically just syntactic sugar for manually going through issu

Re: svn:ignore with recursive and non-recursive patterns

2010-12-01 Thread Daniel Shahaf
You can use 'propedit --editor-cmd=script.sh **/', where script.sh appends '*.o' to argv[1]. Another example, the following is a "Fix typo in the log message" idiom: % svn propedit --revprop -r69426 --editor-cmd 'sed -i s/foo/bar/' svn:log Steve Cohen wrote on Wed, Dec 01, 2010 at 12:29:58 -0600:

RE: SVN Path Authorization

2010-12-01 Thread Ramesh Nadupalli
What are the other characters supported in the apache authorization file (AuthzSVNAccessFile)? Any documentation available? In case if there are any human errors in the authorization file, its making repository unavailable. Is there a tool/mechanism to check the access configurations before rest

Re: How can i export a file named "a[.txt" by SVN.EXE

2010-12-01 Thread embedmobile y
I tried and it's ok! Thanks for your kindly help 2010/12/1 Ryan Schmidt > > On Dec 1, 2010, at 06:51, embedmobile y wrote: > > > How can i export a file named a[.txt by SVN.EXE. > > When i try to use svn.exe to export a file whose name consists '[', it > will fail and error info as "svn: URL >

Re: pattern for specifying svn:ignore for files without extension

2010-12-01 Thread Steve Cohen
On 12/01/2010 03:33 PM, Ryan Schmidt wrote: On Dec 1, 2010, at 15:19, Steve Cohen wrote: It seems to me that svn --recursive propset svn:ignore xyz is basically just syntactic sugar for manually going through issuing svn propset svn:ignore xyz on every node of the directory st

Re: pattern for specifying svn:ignore for files without extension

2010-12-01 Thread Ryan Schmidt
On Dec 1, 2010, at 15:19, Steve Cohen wrote: > It seems to me that > svn --recursive propset svn:ignore xyz > > is basically just syntactic sugar for manually going through issuing > svn propset svn:ignore xyz > > on every node of the directory structure, It is syntactic sugar in th

Re: pattern for specifying svn:ignore for files without extension

2010-12-01 Thread Steve Cohen
On 12/01/2010 02:08 PM, Ryan Schmidt wrote: Redirecting this discussion back to the mailing list.. On Dec 1, 2010, at 14:05, Steve Cohen wrote: On 12/01/2010 01:38 PM, Ryan Schmidt wrote: Can you have the build process write its files to a different directory (a "build" directory) that y

question about *.merge-right.r*

2010-12-01 Thread Abrahm Scully
I have a branch of trunk that I'm doing some work it. Someone committed changes to ^/trunk that I wanted, so I ran "svn merge ^/trunk" in a wc of my branch. One of the files had a conflict, and I postponed resolution. I opened the myfile.merge-left.r* and found the old version of the file. I opene

Re: pattern for specifying svn:ignore for files without extension

2010-12-01 Thread Ryan Schmidt
Redirecting this discussion back to the mailing list.. On Dec 1, 2010, at 14:05, Steve Cohen wrote: > On 12/01/2010 01:38 PM, Ryan Schmidt wrote: >> Can you have the build process write its files to a different directory (a >> "build" directory) that you could svn:ignore everything in? >> >

Re: pattern for specifying svn:ignore for files without extension

2010-12-01 Thread Ryan Schmidt
On Dec 1, 2010, at 13:33, Ryan Schmidt wrote: > On Dec 1, 2010, at 13:31, Steve Cohen wrote: > >> The build process of the application I am bringing under svn creates a >> number of unix binary executables that have no extension : for example >> >> abcde >> fghqp >> >> etc. >> >> I believe th

Re: pattern for specifying svn:ignore for files without extension

2010-12-01 Thread Ryan Schmidt
On Dec 1, 2010, at 13:31, Steve Cohen wrote: > The build process of the application I am bringing under svn creates a number > of unix binary executables that have no extension : for example > > abcde > fghqp > > etc. > > I believe that * will match any files with or without periods so it isn

pattern for specifying svn:ignore for files without extension

2010-12-01 Thread Steve Cohen
The build process of the application I am bringing under svn creates a number of unix binary executables that have no extension : for example abcde fghqp etc. I believe that * will match any files with or without periods so it isn't suitable. Is there a pattern specifier that would embrace a

Re: svn:ignore with recursive and non-recursive patterns

2010-12-01 Thread Ryan Schmidt
On Dec 1, 2010, at 12:29, Steve Cohen wrote: > I have a need to define a number of svn:ignore patterns in my project. > > Some are specific directories somewhere in my project tree. Others are > particular file types created by a build process such as *.o which may be > found in any number of

svn:ignore with recursive and non-recursive patterns

2010-12-01 Thread Steve Cohen
I have a need to define a number of svn:ignore patterns in my project. Some are specific directories somewhere in my project tree. Others are particular file types created by a build process such as *.o which may be found in any number of directories. However, the svn propset command only a

Unable to lock error: what is going on here?

2010-12-01 Thread Steve Cohen
$ svn update svn: Unable to lock 'utscmd' $ svn propget svn:ignore utspkg_src utscmd utslib utsbin utstool utscmd is a subdirectory of the current working directory. It is included in svn:ignore. Why is svn even trying to lock this directory? The sequence of events here is that the project

Unable to lock error: what is going on here?

2010-12-01 Thread Steve Cohen
$ svn update svn: Unable to lock 'utscmd' $ svn propget svn:ignore utspkg_src utscmd utslib utsbin utstool utscmd is a subdirectory of the current working directory. It is included in svn:ignore. Why is svn even trying to lock this directory? The sequence of events here is that the project

RE: AW: How to find out the rev number where a file was deleted?

2010-12-01 Thread Ludwig, Michael
> From: Les Mikesell [mailto:lesmikes...@gmail.com] > On 12/1/2010 6:40 AM, Ludwig, Michael wrote: > > > >> And if you did have the name lookup you want, you still have to > >> deal with the issue that in every rev where the name is found it > >> may be some different object. > > > > It is not an

Re: AW: How to find out the rev number where a file was deleted?

2010-12-01 Thread Les Mikesell
On 12/1/2010 6:40 AM, Ludwig, Michael wrote: And if you did have the name lookup you want, you still have to deal with the issue that in every rev where the name is found it may be some different object. It is not an issue, Andrey and I mentioned that repeatedly. I think the functionality h

How to resolve 'directory replaced by symlink' conflicts that come in via a merge ?

2010-12-01 Thread Hans Lambermont
Hi list, How to resolve 'directory replaced by symlink' conflicts that come in via a merge ? 'svn st' says "local obstruction, incoming add upon merge" on such a directory. Please note that these directories were not locally modified. svn 1.6.12 used. ps. please cc me as i'm not subscribed to t

Upgrade OS/400 from V5R4 to V7R1

2010-12-01 Thread Bob Nason
Hi... Any issues with Subversion jumping from release V5R4 to V7R1 of the iSeries OS/400? Thanks... Bob Robert Nason American Board of Pediatrics, Information Technology 111 Silver Cedar Court Chapel Hill, NC, 27514-1513 (919) 918.7107 Ext. 121 "Some people spend an entire lifetime wondering

Re: How to find out the rev number where a file was deleted?

2010-12-01 Thread Les Mikesell
On 12/1/10 5:30 AM, Andrey Repin wrote: What database operation is fast when it has to follow recursive self-references in the same table? SELECT operation, even on a multitude of arguments, is relatively fast. Hell, even UNION JOIN over a NetFlow data is just about a few seconds. You miss

RE: svn diff: output stops after first couple hunks?

2010-12-01 Thread Cooke, Mark
> -Original Message- > From: Laird Nelson [mailto:ljnel...@gmail.com] > Sent: 01 December 2010 13:01 > To: Cooke, Mark; users@subversion.apache.org > Subject: Re: svn diff: output stops after first couple hunks? > > > On Wed, Dec 1, 2010 at 3:32 AM, Cooke, Mark > > wrote: > > > > > >

Re: How can i export a file named "a[.txt" by SVN.EXE

2010-12-01 Thread Ryan Schmidt
On Dec 1, 2010, at 06:51, embedmobile y wrote: > How can i export a file named a[.txt by SVN.EXE. > When i try to use svn.exe to export a file whose name consists '[', it will > fail and error info as "svn: URL 'svn://127.0.0.1/test/a[.txt' is not > properly URI-encoded". > If i use TSVN, it ca

How can i export a file named "a[.txt" by SVN.EXE

2010-12-01 Thread embedmobile y
How can i export a file named a[.txt by SVN.EXE. When i try to use svn.exe to export a file whose name consists '[', it will fail and error info as "svn: URL 'svn://127.0.0.1/test/a[.txt' is not properly URI-encoded". If i use TSVN, it can export successfully. But i can only use CLI. So how could i

Re: Specifying a start revision number for a new repository

2010-12-01 Thread Ryan Schmidt
On Dec 1, 2010, at 06:45, benstoe...@aol.com wrote: > I'm developing and hosting an open source project > (treegraph.bioinfweb.info) and want to start using subversion to > manage the source codes (including a webinterface with sventon). > Until now the source codes revisions were organized manu

Specifying a start revision number for a new repository

2010-12-01 Thread benstoever
Hello! I'm developing and hosting an open source project (treegraph.bioinfweb.info) and want to start using subversion to manage the source codes (including a webinterface with sventon). Until now the source codes revisions were organized manually without any version controol system in formof f

RE: AW: How to find out the rev number where a file was deleted?

2010-12-01 Thread Ludwig, Michael
> -Original Message- > From: Les Mikesell > On 11/30/2010 12:04 PM, Ludwig, Michael wrote: > > True, but many humans tend to attach meaning to names, to > > remember them, and to refer to them. > But when humans use names they have to understand their > non-unique nature or face surprises

RE: SVN Path Authorization

2010-12-01 Thread Engebakken Geir
Well, this was exactly what did not work for us because all users needed R access to /. Did you test and verify that it works? Geir Note : All inquiries regarding Subversion, MKS and general Development servers should be directed to "EDB SourceControl System" From: ankush chadha [mailto:anku

Re: How to find out the rev number where a file was deleted?

2010-12-01 Thread Andrey Repin
Greetings, Les Mikesell! >> Still, this should at least produce some results: (as long as foo >> existed >> in rev 3) >> svn log -r 0:head file://${HOME}/trash/repo/f...@3 >> svn: File not found: revision 5, path '/foo' >> It makes no sense for svn to comp

Permission denied when cleaning up

2010-12-01 Thread Thiago Melo de Paula
Hello guys, I'm doing a simple cleanup in a directory and I'm getting the following error: $ svn cleanup svn: Can't create directory 'translations/.svn/tmp/text-base': Permission denied To be sure that all files and directories will be writable, I did the following command: $ find ./ -type d -n

Subversion 1.6.15 Binaries Released

2010-12-01 Thread Mark Poole
WANdisco have released Subversion 1.6.15 in a compiled and ready to use format for the following systems: * Ubuntu * Debian * CentOS * RHEL * SuSE * Windows When a new version is released, Subversion goes through the same tough QA process as our Enterprise products to ensure maximum reliability.

Re: 32bit svn client and 64 bit subversion

2010-12-01 Thread Thorsten Schöning
Guten Tag mouni reddy, am Mittwoch, 1. Dezember 2010 um 04:56 schrieben Sie: > we are using 32 bit svn client. so what will be the issues with 32bit svn > client and 64 bit subversion ? What you really mean is using the 32 Bit Subversion client with a 64 Bit Subversion server, right? There will b

Re: 32bit svn client and 64 bit subversion

2010-12-01 Thread Ulrich Eckhardt
On Wednesday 01 December 2010, mouni reddy wrote: > I will start this telling that I am new to subversion . In my > organization , we had our subversion in our local disk (32 bit ) and we are > migrating it to SAN which will be 64 bit > > we are using 32 bit svn client. so what will be the iss

RE: 32bit svn client and 64 bit subversion

2010-12-01 Thread Cooke, Mark
> -Original Message- > From: mouni reddy [mailto:mouni...@gmail.com] > Sent: 01 December 2010 03:57 > To: users@subversion.apache.org > Subject: 32bit svn client and 64 bit subversion > > Hello, > I will start this telling that I am new to subversion . > In my organization , we had o

RE: svn diff: output stops after first couple hunks?

2010-12-01 Thread Cooke, Mark
> -Original Message- > From: Laird Nelson [mailto:ljnel...@gmail.com] > Sent: 30 November 2010 21:18 > To: users@subversion.apache.org > Subject: svn diff: output stops after first couple hunks? > > Hello, and thanks, first of all, for a great version control system. > > I am seeing a ve

32bit svn client and 64 bit subversion

2010-12-01 Thread mouni reddy
Hello, I will start this telling that I am new to subversion . In my organization , we had our subversion in our local disk (32 bit ) and we are migrating it to SAN which will be 64 bit we are using 32 bit svn client. so what will be the issues with 32bit svn client and 64 bit subversion

svn diff: output stops after first couple hunks?

2010-12-01 Thread Laird Nelson
Hello, and thanks, first of all, for a great version control system. I am seeing a very odd behavior that I hope I can chalk up to pilot error. One of my developers on Windows 7, running the CollabNet-supported Subversion 1.6.13 binaries, does this command: svn diff pom.xml ...in a directory wi