Full repository merge info?

2014-02-13 Thread Pablo Beltran
Hi, I need to cache all the merges made on a repository in order to rebuild the full merge history of any item (file/directory) at any time (revision). How it can be achieved? For example, in order to cache the full history of a repository svn -log -v REPO_ROOT_URL would made the job as it ret

Understanding merge info (I)

2013-12-28 Thread Pablo Beltran
Hi, In the revision r3337 a simple tag was created on this public repository: *svn log -r 3337:3337 http://subclipse.tigris.org/svn/subclipse --username guest* r3337 | markphip | 2

log reporting some strange (for me) merged paths

2013-12-20 Thread Pablo Beltran
Hi! *Introduction* *==* I've make a log against the public Apache Subversion repository to explore the 1400377 revision: svn log -v -g -r 1400377:1400377 https://asf.apache.org/repos/asf/ most of the retrieved logs have sense, but I found two cases that maybe someone might explain me:

[no subject]

2013-08-14 Thread Pablo Beltran
Hi!, Please, see the log below. The newer revision r333117 is older (1999) than the its ancestor r333113 (2005). I guess that someone imported an older CVS repository in the 2005 year by using the cvs2svn tool, hence the r333117 date comes from the original CVS repo . Should it be considered as

Re: Apache SVN Repo upgrade to 1.7.0?

2011-10-11 Thread Pablo Beltran
When I ping svn.apache.org from: Freemont (USA): 140.211.11.4 Madrid (EU): 192.87.106.227 -> This is displaying 1.6.17 Thank you! 2011/10/11 Daniel Shahaf > Dave Huang wrote on Tue, Oct 11, 2011 at 13:09:39 -0500: > > On 10/11/2011 1:03 PM, Pablo Beltran wrote: > > > &

Re: Apache SVN Repo upgrade to 1.7.0?

2011-10-11 Thread Pablo Beltran
d still see 1.6.17 at the bottom. And of course, both revisions (top and bottom) are different. 2011/10/11 Dave Huang > On 10/11/2011 1:03 PM, Pablo Beltran wrote: > >> >> But the bottom of the page displays this message: Powered by Subversion < >> http://subversion.t

Re: Apache SVN Repo upgrade to 1.7.0?

2011-10-11 Thread Pablo Beltran
But the bottom of the page displays this message: *Powered by Subversion<http://subversion.tigris.org/>version 1.6.17 (r1128011). * Is it normal? 2011/10/11 Hyrum K Wright > On Tue, Oct 11, 2011 at 2:28 PM, Pablo Beltran > wrote: > > Hi, > > > > Maybe this email

Apache SVN Repo upgrade to 1.7.0?

2011-10-11 Thread Pablo Beltran
Hi, Maybe this email should be addressed to Apache Infraestructure, but... I've seen that public Apache's SVN Repository is still using the 1.6.17 version. As 1.7.0 has just been released, when is it scheduled upgrade it? Thanks! Pablo www.docminer.com

Re: Modifying commit messages

2011-01-14 Thread Pablo Beltran
eadache for the maintainer. > > I did initially consider a simple text file but rejected it for the above > reasons. Please let me know if I've misunderstood your suggestion. After > all I'm looking for the simplest solution. > > Jonathan. > > > On 13/

Re: Modifying commit messages

2011-01-13 Thread Pablo Beltran
I think it will work but you don't need to change the commit message to achieve that. You can create a plain text file (bug list) and versioning it in Subversion. For example, you may use this simple format: ... bug x: r1, r2, r3 bug y: r2, r7 . and look for revision numbers in the list

Re: Re: Viewing Subversion in 3D (without glasses)

2011-01-13 Thread Pablo Beltran
2011 at 3:07 PM, Ignacio G. T. < igtorque.rem...@evomer.yahoo.es> wrote: > Hola, Pablo. > > El 20:59, Pablo Beltran escribió: > > > > [...] > > > That is mainly because many things happens BEFORE Subversion revisions >> are created. For ex

Re: Viewing Subversion in 3D (without glasses)

2011-01-13 Thread Pablo Beltran
on by relating/unrealting revisions with labels without needing a 3rd party tool for that. Of course, a tracker would be also a very good option to manage processes/workflows, schedule, reporting, and so on. Pablo. On Tue, Jan 11, 2011 at 10:26 AM, Pablo Beltran wrote: > That sort of info

Re: Viewing Subversion in 3D (without glasses)

2011-01-11 Thread Pablo Beltran
on the 2D space. So a 3rd coordinate/concept (path, revision, ?) should be needed in order to get a 3D space. On Tue, Jan 11, 2011 at 4:47 AM, Nick wrote: > On Mon, 2011-01-10 at 18:46 +0100, Pablo Beltran wrote: > > Hi, > > > > Subversion tracks the evolution of a tree

Viewing Subversion in 3D (without glasses)

2011-01-10 Thread Pablo Beltran
Hi, Subversion tracks the evolution of a tree structure along the time. Changes can be represented in a bi-dimensional system coordinates: time vs space. The vertical coordinate (space) is the path of the items of the tree structure and the horizontal coordinate (time) is the revision number. Ex

Re: Revisions being involved while comparing branches

2011-01-09 Thread Pablo Beltran
On Wed, Dec 22, 2010 at 1:25 AM, Daniel Shahaf wrote: > Pablo Beltran wrote on Tue, Dec 21, 2010 at 23:29:23 +0100: > > Maybe the point is efficiency. > > > > OK. > > > the *svn log -v* output for a revision range could be represented by a > > matrix with

Re: Revisions being involved while comparing branches

2010-12-22 Thread Pablo Beltran
previous extra computing on the Subversion side. On Wed, Dec 22, 2010 at 1:25 AM, Daniel Shahaf wrote: > Pablo Beltran wrote on Tue, Dec 21, 2010 at 23:29:23 +0100: > > Maybe the point is efficiency. > > > > OK. > > > the *svn log -v* output for a revision range co

Re: Revisions being involved while comparing branches

2010-12-21 Thread Pablo Beltran
;lookup the copyfrom revisions of the tags, and run > log on replay.c for that revision range". What's wrong with that? > > Pablo Beltran wrote on Mon, Dec 20, 2010 at 19:22:20 +0100: > > Is there a direct way (via cmd line) to find out the revisions involved > in >

Re: Looking to hire Software Engineers to Help Develop Subversion

2010-12-21 Thread Pablo Beltran
Hi, I have no doubt about those all features will be good for the future of Subversion, from a technical point of view. On the other hand, the underlaying message scares me. The message is clear: Apache can't drive the development process by itself and only Wandisco can do it in the right way and

Revisions being involved while comparing branches

2010-12-20 Thread Pablo Beltran
Is there a direct way (via cmd line) to find out the revisions involved in the summary result of differencing two branches? An easy example: svn diff http://svn.apache.org/repos/asf/subversion/tags/1.6.14/subversion/libsvn_repos http://svn.apache.org/repos/asf/subversio

Useful link

2010-12-07 Thread Pablo Beltran
Hi all, Share Subversion revision graphs. Example: http://173.255.210.14/svnflash/?action=graph&css=MacOS9&repo=apache&path=/db/derby/code/trunk/STATUS First time, it could take a while to load. Next times the application will be loaded from your browser cache very fast. Apache's repository is

Revision graphs, MS Office documents and more

2010-12-07 Thread Pablo Beltran
Hi!, SVNFlash is an amazing web application to explore Subversion repositories. And it is FREE. We have deployed it on our new public server in California (USA) and cached some repositories, including Apache's. Click here to start explore Apache's repository

Re: Author Flash-Subversion Books - Packt Publishing.

2010-05-13 Thread Pablo Beltran
An idea for a very very advanced writers of Flash/Subversion books: Porting Subversion libraries from C to AS3 using Alchemy. So a full native client could be written using Adobe's AIR and accessing to Subversion Servers directly from inside the Flash p

Re: killer feature -- HEAD+1

2010-04-20 Thread Pablo Beltran
Hi David, I think this has not sense, because HEAD is the last revision. So, HEAD+1 doesn't exist. If it exists then it must be HEAD again. But maybe you ask about the forward history from a N+1 revision. I asked about it in another forum and I get this answer (fs-successor-ids feature): http://

Regexp for parsing urls

2010-04-16 Thread Pablo Beltran
Hi, Do you know a regexp to validate Subversion urls? I've written one quite basic /^(svn|file|http|https):\/\/\w+(:[0-9]+)?(\/\w*)*/ but it doesn't work for all cases. Pablo.

Re: Is there a simple log/diff frontend (like gitk)?

2010-04-13 Thread Pablo Beltran
If you mean web front end then try www.svnflash.com. It's not open source but it's free for non-profit or open source projects. The major advantages of SVNFlash are its awesome user interface and revision graphs (whole history) of files and projects. Look at the live demo and explore the Apache Re

Re: question

2010-04-02 Thread Pablo Beltran Labarta
lazy :) 2010/4/2 Dirk > Idiot > > Pablo Beltran Labarta wrote: > > Hu. reading the documentation? > > > > 2010/4/2 Dirk > > > >> how can i unsubscribe from this list? > >> > > > >

Re: question

2010-04-02 Thread Pablo Beltran Labarta
Hu. reading the documentation? 2010/4/2 Dirk > how can i unsubscribe from this list? >

Revision graphs on the Web

2010-02-02 Thread Pablo Beltran
Hi all, Though revision graphs are not a feature of Subversion, they are very useful for big projects. I'm publishing revision graphs for the public hugest repositories around the World. Like KDE (+1 million of revisions) and Apache (near) which are already available. So far, people needed to d