Re: Need help in Subversion migration

2021-05-18 Thread Bo Berglund
On Mon, 17 May 2021 17:15:13 -0400, David Newman wrote: >> A few years back I replicated our live SVN repository, to get a backup, by >> using >> a dump followed by a load on the replication server. The dump files were >> moved >> over the Internet in tgz files before being used to load onto th

Re: Need help in Subversion migration

2021-05-18 Thread jackson
awesome thorsten , it worked :) Thanks & regards, Jackson J On Tue, May 18, 2021 at 7:13 PM Thorsten wrote: > correction > > *will N O T be picked correctly > Am 18/05/2021 um 15:40 schrieb Thorsten: > > Hello, > > Either bypass svn completly (do not use svadmin create and just rsync or > just

Re: Need help in Subversion migration

2021-05-18 Thread Thorsten
correction *will N O T  be picked correctly Am 18/05/2021 um 15:40 schrieb Thorsten: Hello, Either bypass svn completly (do not use svadmin create and just rsync or just use tools provided by svn and do not rsync. Your mixture cannot work: svnadmin creates an empty repo: srync copys files

Re: Need help in Subversion migration

2021-05-18 Thread Thorsten
Hello, Either bypass svn completly (do not use svadmin create and just rsync or just use tools provided by svn and do not rsync. Your mixture cannot work: svnadmin creates an empty repo: srync copys files into that repo, but these files belongs to your old repo, not to the new one, so they w

Re: Need help in Subversion migration

2021-05-18 Thread jackson
Hello Everyone , I did a rsync , but it looks like it is not working . Below are the steps i followed for rsync *commands run on the new svn server(1.10)* svnadmin create /subversion/repos/idea chown -R apache /subversion/repos/idea rsync -a username@sourceserver:/subversion/repos/idea /su

Re: Need help in Subversion migration

2021-05-17 Thread Nathan Hartman
On Mon, May 17, 2021 at 8:26 PM Daniel Shahaf wrote: > Mark Phippard wrote on Mon, 17 May 2021 12:24 +00:00: > > > > > On May 17, 2021, at 8:21 AM, jackson wrote: > > > > > >  > > > Hello Everyone > > > > > > We are using subversion 1.7 running in LInux 6.9. > > > we are working on subvers

Re: Need help in Subversion migration

2021-05-17 Thread Daniel Shahaf
Mark Phippard wrote on Mon, 17 May 2021 12:24 +00:00: > > > On May 17, 2021, at 8:21 AM, jackson wrote: > > > >  > > Hello Everyone > > > > We are using subversion 1.7 running in LInux 6.9. > > we are working on subversion migration along with OS upgrade > > > > Currently we have built R

Re: Need help in Subversion migration

2021-05-17 Thread David Newman
On 5/17/21 10:03 AM, Bo Berglund wrote: > On Mon, 17 May 2021 08:24:55 -0400, Mark Phippard wrote: > >>> The current setup (v1.7) has the repo size of 500GB. we are using svn load >>> and svn dump method to migrate the repos from current setup (v1.7) to new >>> setup(v1.10) , but it takes a lot

Re: Need help in Subversion migration

2021-05-17 Thread Bo Berglund
On Mon, 17 May 2021 08:24:55 -0400, Mark Phippard wrote: >> The current setup (v1.7) has the repo size of 500GB. we are using svn load >> and svn dump method to migrate the repos from current setup (v1.7) to new >> setup(v1.10) , but it takes a lot of time due to the size of the repo >> (500GB

Re: Need help in Subversion migration

2021-05-17 Thread Mark Phippard
> On May 17, 2021, at 8:21 AM, jackson wrote: > >  > Hello Everyone > > We are using subversion 1.7 running in LInux 6.9. > we are working on subversion migration along with OS upgrade > > Currently we have built RHEL 8.3 OS with subversion 1.10 and did all the > configuration , the 1.

Re: Need help in importing Perforce dump in to SVN

2019-09-18 Thread Daniel Shahaf
Shilp, Kumar wrote on Tue, Sep 17, 2019 at 22:41:22 +: > C:\>svnadmin load --force-uuid repo < depot_build.dump > <<< Started new transaction, based on original revision 1 > > * editing path : trunk ... done. > * editing path : trunk/ReadMe.txt ... done. > Committed revision 1 >>> > <

Re: Need help in importing Perforce dump in to SVN

2019-09-18 Thread Johan Corveleyn
On Wed, Sep 18, 2019 at 8:01 AM Shilp, Kumar wrote: > Hi, > > We are trying to import Perforce dump in to SVN but we are hitting ‘checksum > mismatch’ error. Can someone please let me know what could be the issue here > and how can we resolve it? > > Error snippet: > > C:\>svnadmin load --force-

Re: Need Help regarding the Memory leak, while server restart

2014-08-22 Thread Andy Levy
On Fri, Aug 22, 2014 at 7:22 AM, Amar Kumar Banda wrote: > Hi Apache team, > > We need help regarding on issue for one of our application. > > We are upgrading our application to tomcat 8V from tomcat 6v. > > When the Tomcat server is restarted, we are getting the Warning message > about the memor

Re: Need help getting Dreamweaver CS5 to connect to Apache Subversion

2014-01-28 Thread Nico Kadel-Garcia
On Tue, Jan 28, 2014 at 3:30 PM, Ryan Schmidt wrote: > > On Jan 28, 2014, at 08:09, Heather Bartolotta wrote: > >> Rackspace installed Apache(tm) Subversion(R) 1.6.11 on our Redhat Enterprise >> Linux 6 Dedicated Rackspace server. > > I wonder why? Subversion 1.6 and earlier are no longer support

Re: Need help getting Dreamweaver CS5 to connect to Apache Subversion

2014-01-28 Thread Heather Bartolotta
Thanks everyone. What do you think about a hosted service like beanstalkapp.com that would get us away from having to do the install and get us up and running Subversion right away. So keep our sites on our server but use the hosted subversion for version control. On Jan 28, 2014 3:37 PM, "Ben Res

Re: Need help getting Dreamweaver CS5 to connect to Apache Subversion

2014-01-28 Thread Ben Reser
On 1/28/14, 12:30 PM, Ryan Schmidt wrote: > > On Jan 28, 2014, at 08:09, Heather Bartolotta wrote: > >> Rackspace installed Apache™ Subversion® 1.6.11 on our Redhat Enterprise >> Linux 6 Dedicated Rackspace server. > > I wonder why? Subversion 1.6 and earlier are no longer supported, ever since

Re: Need help getting Dreamweaver CS5 to connect to Apache Subversion

2014-01-28 Thread Ryan Schmidt
On Jan 28, 2014, at 08:09, Heather Bartolotta wrote: > Rackspace installed Apache™ Subversion® 1.6.11 on our Redhat Enterprise Linux > 6 Dedicated Rackspace server. I wonder why? Subversion 1.6 and earlier are no longer supported, ever since the release of Subversion 1.8. http://subversion.ap

Re: Need help getting Dreamweaver CS5 to connect to Apache Subversion

2014-01-28 Thread Heather Bartolotta
Thank you Nico, I am going to pass this info to Rackspace. If they can't do this, does this group/individuals offer install services for SVN? We have a Redhat Enterprise Linux 6 server and use Dreamweaver CS5.5. I have found a bunch of information on how to setup Dreamweaver so I think I will be o

Re: Need help getting Dreamweaver CS5 to connect to Apache Subversion

2014-01-28 Thread Nico Kadel-Garcia
It's in the source code documentation. http://svn.apache.org/repos/asf/subversion/trunk/notes/ssh-tricks On Tue, Jan 28, 2014 at 9:09 AM, Heather Bartolotta wrote: > Hello, > > Rackspace installed Apache(tm) Subversion(R) 1.6.11 on our Redhat Enterprise > Linux 6 Dedicated Rackspace server.

Re: Need help

2013-12-15 Thread Thorsten Schöning
Guten Tag Freddie Campos, am Freitag, 13. Dezember 2013 um 17:15 schrieben Sie: > I was wondering if you could send me that subversion binary list. What list are you talking about? A list of binaries? http://subversion.apache.org/packages.html Mit freundlichen Grüßen, Thorsten Schöning -- Th

RE: Need Help in fetching code from SVN

2012-09-21 Thread Dharmendra Pratap
lto:s...@elego.de] Sent: Friday, September 21, 2012 1:46 PM To: Dharmendra Pratap Cc: users@subversion.apache.org Subject: Re: Need Help in fetching code from SVN On Fri, Sep 21, 2012 at 01:23:30PM +0530, Dharmendra Pratap wrote: > I want to get a working copy that includes all changes from rev

Re: Need Help in fetching code from SVN

2012-09-21 Thread Stefan Sperling
On Fri, Sep 21, 2012 at 01:23:30PM +0530, Dharmendra Pratap wrote: > I want to get a working copy that includes all changes from revision 2 to > Head but does NOT include > > the changes for revisions 3. > > How can i do this? See here: http://svnbook.red-bean.com/nightly/en/svn.branchmerge.bas

RE: Need Help : Purging very old (/unwanted) revisions

2012-09-06 Thread Cooke, Mark
Please try to post in * plain * text (not html or rich text). We also prefer to add text in-line or at the bottom as it makes it easier to read the whole story... > From: vinay modi [mailto:modivi...@gmail.com > ] > Sent: Tuesday, September 04, 2012 4:04 PM > To: users@subv

Re: Need Help : Purging very old (/unwanted) revisions

2012-09-05 Thread vinay modi
Thanks John for your prompt response. I am not an svn administator and so I am unable to list down the steps to be followed in order to achieve this. Could you please provide me the steps (/commands) to be followed. Regards Vinay On Wednesday, September 5, 2012, John Maher wrote: > Hello,

Re: Need Help : Purging very old (/unwanted) revisions

2012-09-05 Thread Thorsten Schöning
Guten Tag vinay modi, am Dienstag, 4. September 2012 um 22:03 schrieben Sie: > Now, I want to keep only the last 2 revisions of all documents i.e 2 for A, > 2 for B, 2 for C and 1 for D.. > Is there any way I can achieve this in my subversion repository? Not easily, you may have a look at svndump

Re: Need Help : Purging very old (/unwanted) revisions

2012-09-04 Thread Lorenz
vinay modi wrote: >My organization's svn repository size has grown too large and most of the >old revisions of documents are never being used. >[...] >Now, I want to keep only the last 2 revisions of all documents i.e 2 for A, >2 for B, 2 for C and 1 for D.. http://subversion.apache.org/fa

RE: Need Help : Purging very old (/unwanted) revisions

2012-09-04 Thread John Maher
Hello, You can create a new repository then get the second to last revision and use that to create a new project in that new repository. Then create a working copy and replace it with the current revision. Then do a commit and you're done. JPM From: v

Re: Need help troubleshooting user authentication (apache)

2012-04-17 Thread Philip Martin
"Cooke, Mark" writes: > When using a browser, I get the following for -1 through -0 on > my UK keyboard (bounded by '[]'): > > 2012-04-17 16:03:09.734000 : svntest [!"£$%^&*()] > > ...but when I use the svn command line client I log instead: > > 2012-04-17 16:01:52.124000 : svntest [!"œ$%^&*()]

RE: Need help troubleshooting user authentication (apache)

2012-04-17 Thread Cooke, Mark
> -Original Message- > From: Johan Corveleyn [mailto:jcor...@gmail.com] > Sent: 17 April 2012 11:02 > To: Cooke, Mark > Cc: users@subversion.apache.org > Subject: Re: Need help troubleshooting user authentication (apache) > > On Tue, Apr 17, 2012 at 11:34 A

Re: Need help troubleshooting user authentication (apache)

2012-04-17 Thread Johan Corveleyn
: Johan Corveleyn [mailto:jcor...@gmail.com] >> Sent: 10 March 2011 20:58 >> To: Cooke, Mark >> Cc: Daniel Shahaf; users@subversion.apache.org >> Subject: Re: Need help troubleshooting user authentication (apache) >> >> On Thu, Mar 10, 2011 at 8:20 AM, Cooke, M

RE: Need help troubleshooting user authentication (apache)

2012-04-17 Thread Cooke, Mark
e, Mark > Cc: Daniel Shahaf; users@subversion.apache.org > Subject: Re: Need help troubleshooting user authentication (apache) > > On Thu, Mar 10, 2011 at 8:20 AM, Cooke, Mark > wrote: > >> -Original Message- > >> From: Daniel Shahaf [mailto:d...@danie

Re: Need help troubleshooting user authentication (apache)

2011-03-10 Thread Daniel Shahaf
Johan Corveleyn wrote on Thu, Mar 10, 2011 at 21:57:41 +0100: > - proxy: svn only goes through proxy if it is configured as such in > the servers file in the runtime-configuration area. Browser might use > different proxy settings. IIRC svn can be configured to "use the OS proxy settings" on some

Re: Need help troubleshooting user authentication (apache)

2011-03-10 Thread Johan Corveleyn
On Thu, Mar 10, 2011 at 8:20 AM, Cooke, Mark wrote: >> -Original Message- >> From: Daniel Shahaf [mailto:d...@daniel.shahaf.name] >> Sent: 09 March 2011 16:48 >> To: Cooke, Mark >> Cc: users@subversion.apache.org >> Subject: Re: Need help trouble

RE: Need help troubleshooting user authentication (apache)

2011-03-09 Thread Cooke, Mark
> -Original Message- > From: Daniel Shahaf [mailto:d...@daniel.shahaf.name] > Sent: 09 March 2011 16:48 > To: Cooke, Mark > Cc: users@subversion.apache.org > Subject: Re: Need help troubleshooting user authentication (apache) > > Cooke, Mark wrote on Wed, Mar 09

Re: Need help troubleshooting user authentication (apache)

2011-03-09 Thread Daniel Shahaf
Cooke, Mark wrote on Wed, Mar 09, 2011 at 14:44:31 -: > [Wed Jan 12 10:06:38 2011] [error] [client ip-address] user user_a: > authentication failure for "/svn/dept/project/trunk": Password Mismatch > > I do not understand where the 'Password Mismatch' error is coming from, > why does that only

Re: Need help in restoring the svn repository (server side)

2011-02-08 Thread ankush chadha
:26:28 PM Subject: Re: Need help in restoring the svn repository (server side) (reordering to remove top-posting) From: ankush chadha >To: users@subversion.apache.org >Sent: Fri, February 4, 2011 1:47:34 PM >Subject: Need help in restorin

Re: Need help in restoring the svn repository (server side)

2011-02-04 Thread David Chapman
(reordering to remove top-posting) *From:* ankush chadha *To:* users@subversion.apache.org *Sent:* Fri, February 4, 2011 1:47:34 PM *Subject:* Need help in restoring the svn repository (server side) Hi All I am trying to

Re: Need help in restoring the svn repository (server side)

2011-02-04 Thread ankush chadha
Found that there is a file named 'current' that stores the HEAD revision. When I kicked off svn verify on 133001 it complained that "revisions must not be greater than the youngest revision" so I knew they stored the HEAD revision somewhere. Once I updated the value of HEAD, I can see all the r

Re: Need help on Subversion dump/load feature....Thanks

2010-10-08 Thread Nico Kadel-Garcia
On Fri, Oct 8, 2010 at 12:19 PM, Reddy1413 wrote: > Greetings, > As part of the experiment with svn dump/load ,I am using svnadmin dump and > load utilities on the same box. > The dump and load provide some very nice features for making the migration > of large-ish repositories a manageable task.

Fw: Re: Need help for subversion

2010-01-29 Thread Hiroshi Miyazaki
Dear Ryan san Thank you for the kind reply. >Or, some Subversion clients may implement client-side hooks, which you might >consider using for this purpose if those happen to be the clients your users >want to use. TortoiseSVN for Windows, for example, has this feature. But >remember it's a Tor

Re: Need help for subversion

2010-01-28 Thread Ryan Schmidt
On Jan 28, 2010, at 19:13, Hiroshi Miyazaki wrote: >> Did you check out the subversion book already ? > > http://svnbook.red-bean.com/nightly/en/svn.ref.reposhooks.html > > I lookovered these spec. > >> post-commit >> post-lock >> post-revprop-change >> post-unlock >> pre-commit >> pre-lock >>

Re: Need help for subversion

2010-01-28 Thread Hiroshi Miyazaki
Hello Eric san, Thank you for your response. >Did you check out the subversion book already ? http://svnbook.red-bean.com/nightly/en/svn.ref.reposhooks.html I lookovered these spec. >post-commit >post-lock >post-revprop-change >post-unlock >pre-commit >pre-lock >pre-revprop-change >pre-unlock

Re: Need help for subversion

2010-01-28 Thread Eric Lee
Miyazaki Did you check out the subversion book already ? There are a number of hooks on subversion including, post-commit post-lock post-revprop-change post-unlock pre-commit pre-lock pre-revprop-change pre-unlock start-commit These is take from a hooks directory of a svn repository. How do yo

Re: Need help for subversion

2010-01-28 Thread Hiroshi Miyazaki
Dear Andrey san, Thank you for your response, >Hooking is only server-side, and only handle commits. It seems to be regrettable. It is essential to use the subversion and provide the checkout functionality. Are there any ways to achieve this capability by anay means? Thank you and best regard

Re: Need help for subversion

2010-01-28 Thread Andrey Repin
Greetings, Hiroshi Miyazaki! > According to the Subversion Wiki, > it seem to be possible to develop hook methods. > Therefore, I'd like to use its capability. > When we checkin and checkout certain files into/from Subversion (through > command line), > is it possible to invoke an "hook method (e