svn pipe.

2011-04-05 Thread 胡专门
I want to pipe a specified version file to another file,like cvs �Cp cvs -p Pipe the files retrieved from the repository to standard output, rather than writing them in the current directory. Available with the checkout and update commands. but I cannot find the option,can you help me?

How to move my code to another SVN repo

2011-04-05 Thread richardcavell
Hi, everyone. I'm developing an open source Wikipedia bot. Currently it's hosted on an SVN repo that's on a guy's private computer. We'll say it's at blah.com. I don't control that computer and cannot log into it, although I do have commit rights. Now that my code is good enough to post publi

opensuse repository

2011-04-05 Thread Stutz Oliver
Hey Guys, I'am trying to access https://build.opensuse.org/package/binaries?package=subversion&project=devel%3Atools%3Ascm%3Asvn&repository=SLE_11 Is the site down? Thanks for responses, Oliver Based on previous e-mail correspondence with you and/or an agreement reached with you, we c

Re: release date of Subversion 1.7

2011-04-05 Thread Daniel Shahaf
Stefan Sperling wrote on Mon, Apr 04, 2011 at 17:42:21 +0200: > So I would recommend staying with 1.6.x for up to 6 months even after 1.7.0 > is released. Unless you really need one of the new 1.7.x features right away. We have N features other than wc-ng in 1.7, all of them are blocked (for month

Re: Build project in pre-commit

2011-04-05 Thread David Weintraub
On Tue, Apr 5, 2011 at 6:08 PM, San Martino wrote: > we absolutely need to validate a project in the pre-commit trigger > with a build of the whole project being committed. > > Is this possible? Are there any tools allowing this? You can't really do it with a pre-commit script since the changes a

Re: Build project in pre-commit

2011-04-05 Thread San Martino
Thanks for your answer. Our commits to /trunk are supposed to be done rarely. Basically we want to exclude source code of projects that for some reasons cannot be built centrally (on the server where the repository is). A project consists of java files in a directory and an ant script. Unfortunatel

RE: Build project in pre-commit

2011-04-05 Thread Thomas Loy
No, if your project takes more than a few seconds to compile, it WILL annoy committers. I have a pre-commit that validates a Change Request Number in their comment against a database. It is a quick query, but it takes about 15 seconds to do the connect, query, and then disconnect. My committe

Re: Build project in pre-commit

2011-04-05 Thread Ryan Schmidt
On Apr 5, 2011, at 17:08, San Martino wrote: > we absolutely need to validate a project in the pre-commit trigger > with a build of the whole project being committed. > > Is this possible? Are there any tools allowing this? Yes, you could write a script to do this. There might be existing script

Build project in pre-commit

2011-04-05 Thread San Martino
Hello everyone, we absolutely need to validate a project in the pre-commit trigger with a build of the whole project being committed. Is this possible? Are there any tools allowing this? Thanks you very much.

Re: Betr.: Re: Betr.: Re: Betr.: how to avoid text and tree conflict

2011-04-05 Thread Johan Corveleyn
On Tue, Apr 5, 2011 at 6:39 PM, su heng wrote: > On Tue, 2011-04-05 at 09:16 +0200, Jan Keirse wrote: >> > Hi Jan, >> > >> >   I just try the example which you provided to me. Please refer to >> my >> > flow: >> > ### >> > step 1 >> > submit one file possat: >> > -- >> > br

Re: Multiple projects

2011-04-05 Thread pcr
Ryan, Thank you for straightening me out. I do want multiple projects in a single repository, so I will start over using the first of your nice examples, that is, with svn mkdir, etc.. Thank you for all your help. pcr -Original Message- From: Ryan Schmidt [mailto:subversion-20...@ryandes

Re: Multiple projects

2011-04-05 Thread Ryan Schmidt
Please use Reply All so your replies go to the list too, not just to me. This way others can participate in and benefit from the discussion. On Apr 5, 2011, at 10:57, p...@pcrt.us wrote: > Yes, I see the great flexibility. But there are no examples in the book of > the svnadmin commands to do

Re: Betr.: Re: Betr.: Re: Betr.: how to avoid text and tree conflict

2011-04-05 Thread su heng
On Tue, 2011-04-05 at 09:16 +0200, Jan Keirse wrote: > > Hi Jan, > > > > I just try the example which you provided to me. Please refer to > my > > flow: > > ### > > step 1 > > submit one file possat: > > -- > > brand=vw > > model=possat > > tires=4 > > engine=1900 > > ho

SVN mirror with newer Subversion version?

2011-04-05 Thread John Beranek
Hi, Can anyone tell me if it's possible/safe to run a Subversion mirror using a later version of Subversion than the master runs. Specifically I'd want to be able to run a slave server with Subversion 1.6.15 with write-through proxying to a Subversion 1.4.6 server. Cheers, John. -- John Berane

Re: programmatic access to svn

2011-04-05 Thread Andy Levy
On Tue, Apr 5, 2011 at 10:59, wrote: > > Hello, > > I am trying to write a couple of quick scripts to help migrate us to svn > from cvs and to help display statistics about our new svn codebase. > > We're running on a Red Hat enterprise 5 Linux, with all the usual utilities, > and svn 1.6.15 > >

programmatic access to svn

2011-04-05 Thread dov . kruger
Hello, I am trying to write a couple of quick scripts to help migrate us to svn from cvs and to help display statistics about our new svn codebase. We're running on a Red Hat enterprise 5 Linux, with all the usual utilities, and svn 1.6.15 First, if we simply migrate to cvs we will lose the hi