AW: How to migrate just part of a repo to another server

2011-09-08 Thread Markus Schaber
Hi, Les, Von: Les Mikesell [mailto:lesmikes...@gmail.com] 2011/9/7 Thorsten Schöning tschoen...@am-soft.de: Would it work to start the dump at the revision of the move to the current path (without --incremental) if I'm willing to lose the older history that might have been in a cvs

AW: Any significant memory usage impact with Subversion 1.7 client?

2011-09-08 Thread Markus Schaber
Hi, Von: David Aldrich [mailto:david.aldr...@emea.nec.com] I have been asked whether the use of a SQLite-backed database in the svn 1.7 client will increase the memory usage of the client significantly. We are wondering whether the client has to load the entire database into memory.

Re: Anyone able to produce Solaris binaries of 1.7.0-rc2 ?

2011-09-08 Thread Johan Corveleyn
On Mon, Sep 5, 2011 at 4:30 PM, Mark Phippard markp...@gmail.com wrote: On Mon, Sep 5, 2011 at 8:51 AM, Johan Corveleyn jcor...@gmail.com wrote: Is there anyone on this list able to produce binaries of 1.7.0-rc2 client for Solaris? I know both Collabnet and Wandisco produce Solaris binaries,

Re: Anyone able to produce Solaris binaries of 1.7.0-rc2 ?

2011-09-08 Thread Mark Phippard
On Thu, Sep 8, 2011 at 7:31 AM, Johan Corveleyn jcor...@gmail.com wrote: On Mon, Sep 5, 2011 at 4:30 PM, Mark Phippard markp...@gmail.com wrote: On Mon, Sep 5, 2011 at 8:51 AM, Johan Corveleyn jcor...@gmail.com wrote: Is there anyone on this list able to produce binaries of 1.7.0-rc2 client

aptana and subversion

2011-09-08 Thread Tom Hale
Hi SVN Users, I'm having a strange issue in working with Aptana IDE and the SVN Plugin: I can commit a file to the repository (in aptana, right click - team - commit), but when I run svn update (SSH terminal), all I get is the new revision number (at revision xxx). No indication that the file

1.7.0 upgrade doesn't properly follow svn:externals

2011-09-08 Thread Scott Palmer
Just tried 1.7.0RC2 and noticed that bugs with svn upgrade are still present. If you have svn:externals in the top level of your working copy they seem to be converted, but if those external references also use svn:externals then those nested working copies are not upgraded. Is anyone else

problems with propset svn:ignore

2011-09-08 Thread Randy Paries
i though i understood but does not seem to be working as i expected my current dir structure is / /inc /userdirs/a/aa /userdirs/b/ba /userdirs/a hole bunch of recursive dirs /bunchofotherdirs so when i do a svn up i want to ignore or not update userdirs and below inc/settings.php i have created

configuring for changesets, on the server side

2011-09-08 Thread Hahn, Christopher (SAN DIEGO)
Hello, I need to confirm that our SVN server is configured to support changesets. I noticed that the output of a reviewboard call referred to our server not having this capability turned off: = repository info: Path:

Re: configuring for changesets, on the server side

2011-09-08 Thread Mark Phippard
On Thu, Sep 8, 2011 at 2:10 PM, Hahn, Christopher (SAN DIEGO) christopher.h...@hp.com wrote: Hello, ** ** I need to confirm that our SVN server is configured to support changesets. ** ** I noticed that the output of a reviewboard call referred to our server not having

RE: configuring for changesets, on the server side

2011-09-08 Thread Hahn, Christopher (SAN DIEGO)
Yes, I had read this, but had to wonder what ReviewBoard was complaining about. I will query on that front. Thank you very much for the time. Chris From: Mark Phippard [mailto:markp...@gmail.com] Sent: Thursday, September 08, 2011 11:14 AM To: Hahn, Christopher (SAN DIEGO) Cc:

Partial-tree merge

2011-09-08 Thread Andreas Krey
Hi everyone, I have a question: I need to merge only some subtrees of a project which looks like (names changed to protect the guilty): part/sub/view part/sub/watch part/sub/see part/sub/peer I want only to merge 'watch' and 'view'. For 'view' I can just go into that directory of a

Re: configuring for changesets, on the server side

2011-09-08 Thread Mark Phippard
OK, but now you have changed from a question about an error spit out of Review Board to a feature in a specific SVN client. Lots of SVN clients have some kind of changeset feature. They are all client-side only so refer to the documentation for the client you are using. There is no feature you

script or tool to walk back thru 1 file's history diffing..

2011-09-08 Thread subversion
Would like to write a script to follow the history of a single file, backwards, diffing the file w/it's prior version all the way back to the 1st version. By using 'svn info' to get the last chgd rev, and running 'svn diff -c $lastchgd_rev ...', this seems simple enough if the URL to the file

Re: problems with propset svn:ignore

2011-09-08 Thread Ryan Schmidt
On Sep 8, 2011, at 11:41, Randy Paries wrote: i though i understood but does not seem to be working as i expected my current dir structure is / /inc /userdirs/a/aa /userdirs/b/ba /userdirs/a hole bunch of recursive dirs /bunchofotherdirs so when i do a svn up i want to ignore or not