subscribe

2011-09-08 Thread Randy Paries

Searching in SVN

2011-09-08 Thread Waseem Shahzad
Hi guys! I would like to search a file amongst 1000+ files within a Folder. Is there any way to do this with smart way. Muchas Gracias, Waseem Bukhari CM - Ext: 331

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 ign

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 do

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 h

RE: configuring for changesets, on the server side

2011-09-08 Thread Hahn, Christopher (SAN DIEGO)
Well, my users are pushing back. They pointed to a page that specifically describes the using ChangeSets from Eclipse+SVN: SVN Workspace Synchronization: http://www.eclipse.org/subversive/documentation/teamSupport/workspace_synch.php I see there this description of the Show Change Set

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 sand

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: users@subversion.

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 > *

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: https://svn.sdd.hp.c

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

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 seeing

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 wa

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 wrote: > On Mon, Sep 5, 2011 at 4:30 PM, Mark Phippard wrote: >> On Mon, Sep 5, 2011 at 8:51 AM, Johan Corveleyn wrote: >>> Is there anyone on this list able to produce binaries of 1.7.0-rc2 >>> client for Solaris? I know both Collabnet and Wandisc

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 wrote: > On Mon, Sep 5, 2011 at 8:51 AM, Johan Corveleyn 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, but they haven't (yet) built t

Re: 1.7.0-rc2: abnormal program termination on Windows

2011-09-08 Thread Marc Strapetz
On 07.09.2011 17:02, Bert Huijben wrote: > > >> -Original Message- >> From: Marc Strapetz [mailto:marc.strap...@syntevo.com] >> Sent: woensdag 7 september 2011 14:40 >> To: users@subversion.apache.org >> Subject: 1.7.0-rc2: abnormal program termination on Windows >> >> With the pre-built

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

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 : > > > >> 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 conversion?