Re: Migrating files between two repositories without admin rights and preserving history

2011-10-11 Thread Lorenz
wrote: >I want to copy files between two repositories, to which I have access as a >regular user but no as an admin, so I face the following issues: > >* Need to preserve the history (so export / import doesn't work) >* Don't have admin rights to svnadmin is out of the questions >* I don't want

Re: Check out externals without using --depth infinity

2011-10-11 Thread Johan Corveleyn
On Tue, Oct 11, 2011 at 4:33 PM, Mark Parker wrote: > I'm attempting to do a partial checkout of a repository path, and I'm having > some difficulty getting externals to be included. It seems to me that > externals are checked out if and only if the folder is checked out with > --depth infinity (o

Re: How to Maintain "timestamp" in Repository & Working copy ?

2011-10-11 Thread Johan Corveleyn
On Tue, Oct 11, 2011 at 8:17 PM, Phil Pinkerton wrote: > On 10/11/2011 11:58 AM, Andy Levy wrote: >> >> On Tue, Oct 11, 2011 at 11:48, Phil Pinkerton >>  wrote: >>> >>> On 10/11/2011 10:48 AM, Tony Sweeney wrote: -Original Message- From: Phil Pinkerton [mailto:pcpinker...@gm

Re: zombie external

2011-10-11 Thread Konstantin Kolinko
2011/10/11 Cory Riddell : > I have a working copy that insists it has an external but I can't figure > out why. > > "svn propget svn:externals -R wc" returns no results. > "svn status wc" reports this: > "    X wc\util.lib" > > How do I reconcile what's going on here? When I do "svn update wc" it >

authorization external database

2011-10-11 Thread xrew
Hello. I want to use external database (e.x. MySQL) for authentication and storing access rights for Subversion. What is the best way to do it? Is it task for hooks, or I have to develop external module and somehow link it with subversion, or I need to rewrite some source code of Subversion?

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: > > > > > >But the bottom of th

Re: Apache SVN Repo upgrade to 1.7.0?

2011-10-11 Thread 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: > > > >But the bottom of the page displays this message: Powered by > >Subversion version 1.6.17 > >(r1128011). > > Which page is that? The bottom of > http://svn.

Re: Apache SVN Repo upgrade to 1.7.0?

2011-10-11 Thread Kurt Pruenner
On 11.10.11 20:09, Dave Huang wrote: > On 10/11/2011 1:03 PM, Pablo Beltran wrote: > > But the bottom of the page displays this message: Powered by > > Subversion version 1.6.17 (r1128011). > > Which page is that? The bottom of > http://svn.apache.org/repos/asf/s

Re: Apache SVN Repo upgrade to 1.7.0?

2011-10-11 Thread Pablo Beltran
I see 1.6.17 instead of 1.7.0-rc4 when I open your link. The top of the page displays: asf - Revision 1181996: /subversion/trunk/subversionand the bottom: *Powered by Subversion version 1.6.17 (r1128011). * I've cleaned the cache of my browser and still see 1.6.17

Re: How to Maintain "timestamp" in Repository & Working copy ?

2011-10-11 Thread Phil Pinkerton
On 10/11/2011 11:58 AM, Andy Levy wrote: On Tue, Oct 11, 2011 at 11:48, Phil Pinkerton wrote: On 10/11/2011 10:48 AM, Tony Sweeney wrote: -Original Message- From: Phil Pinkerton [mailto:pcpinker...@gmail.com] Sent: 11 October 2011 15:42 To: users@subversion.apache.org Subject: How to

Re: Apache SVN Repo upgrade to 1.7.0?

2011-10-11 Thread Dave Huang
On 10/11/2011 1:03 PM, Pablo Beltran wrote: But the bottom of the page displays this message: Powered by Subversion version 1.6.17 (r1128011). Which page is that? The bottom of http://svn.apache.org/repos/asf/subversion/trunk/subversion/ says, "Powered by Ap

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 Subversionversion 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 should be addressed to Apache I

Re: Apache SVN Repo upgrade to 1.7.0?

2011-10-11 Thread Hyrum K Wright
On Tue, Oct 11, 2011 at 2:28 PM, Pablo Beltran wrote: > 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? The public

Migrating files between two repositories without admin rights and preserving history

2011-10-11 Thread jose.nunez-zuleta
Hello to all, I want to copy files between two repositories, to which I have access as a regular user but no as an admin, so I face the following issues: * Need to preserve the history (so export / import doesn't work) * Don't have admin rights to svnadmin is out of the questions * I don't want

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

Apache Subversion 1.7.0 Released

2011-10-11 Thread Hyrum Wright
I'm happy to announce the release of Apache Subversion 1.7.0. This is a major new feature release of Subversion, containing many new features, bugfixes and general usability improvements. The full extent of the changes is too large to enumerate here, and I encourage you to read the release notes

Re: How to Maintain "timestamp" in Repository & Working copy ?

2011-10-11 Thread Andy Levy
On Tue, Oct 11, 2011 at 11:48, Phil Pinkerton wrote: > On 10/11/2011 10:48 AM, Tony Sweeney wrote: >> >> >> -Original Message- >> From: Phil Pinkerton [mailto:pcpinker...@gmail.com] >> Sent: 11 October 2011 15:42 >> To: users@subversion.apache.org >> Subject: How to Maintain "timestamp" in

RE: How to Maintain "timestamp" in Repository & Working copy ?

2011-10-11 Thread Tony Sweeney
-Original Message- From: Phil Pinkerton [mailto:pcpinker...@gmail.com] Sent: 11 October 2011 16:31 To: Tony Sweeney Cc: users@subversion.apache.org Subject: Re: How to Maintain "timestamp" in Repository & Working copy ? How might this be done in a script where the command line is used

Re: How to Maintain "timestamp" in Repository & Working copy ?

2011-10-11 Thread Phil Pinkerton
On 10/11/2011 10:48 AM, Tony Sweeney wrote: -Original Message- From: Phil Pinkerton [mailto:pcpinker...@gmail.com] Sent: 11 October 2011 15:42 To: users@subversion.apache.org Subject: How to Maintain "timestamp" in Repository& Working copy ? I have a request to keep the "commit" times

Re: How to Maintain "timestamp" in Repository & Working copy ?

2011-10-11 Thread Andy Levy
On Tue, Oct 11, 2011 at 11:31, Phil Pinkerton wrote: > On 10/11/2011 10:48 AM, Tony Sweeney wrote: >> >> >> -Original Message- >> From: Phil Pinkerton [mailto:pcpinker...@gmail.com] >> Sent: 11 October 2011 15:42 >> To: users@subversion.apache.org >> Subject: How to Maintain "timestamp" in

Re: How to Maintain "timestamp" in Repository & Working copy ?

2011-10-11 Thread Phil Pinkerton
On 10/11/2011 10:48 AM, Tony Sweeney wrote: -Original Message- From: Phil Pinkerton [mailto:pcpinker...@gmail.com] Sent: 11 October 2011 15:42 To: users@subversion.apache.org Subject: How to Maintain "timestamp" in Repository& Working copy ? I have a request to keep the "commit" times

zombie external

2011-10-11 Thread Cory Riddell
I have a working copy that insists it has an external but I can't figure out why. "svn propget svn:externals -R wc" returns no results. "svn status wc" reports this: "X wc\util.lib" How do I reconcile what's going on here? When I do "svn update wc" it just hangs. Cory

RE: How to Maintain "timestamp" in Repository & Working copy ?

2011-10-11 Thread Tony Sweeney
-Original Message- From: Phil Pinkerton [mailto:pcpinker...@gmail.com] Sent: 11 October 2011 15:42 To: users@subversion.apache.org Subject: How to Maintain "timestamp" in Repository & Working copy ? I have a request to keep the "commit" timestamps associated with the file in the workin

How to Maintain "timestamp" in Repository & Working copy ?

2011-10-11 Thread Phil Pinkerton
I have a request to keep the "commit" timestamps associated with the file in the working copy the same. Is that possible ? most users have their working copy on a Windows OS , Subversion Server is on a Unix Server ( not that that matters ). Is there a parameter in TortoiseSVN perhaps ?

Check out externals without using --depth infinity

2011-10-11 Thread Mark Parker
I'm attempting to do a partial checkout of a repository path, and I'm having some difficulty getting externals to be included. It seems to me that externals are checked out if and only if the folder is checked out with --depth infinity (or updated with --set-depth infinity). Is there any way t

How about ising SVN as release system?

2011-10-11 Thread Oleksandr Gavenko
After asking and discussions at stackoverflow, comp.software.config-mgmt, debian-russ...@lists.debian.org, I make decision create FRS (file release service) from SVN. FRS (like in SourceForge) allow anonymous download and authenticated upload of files. Main purpose is to share build artifacts (li