RE: how to back svn repositories

2011-08-02 Thread Venkata Badipatla
Svnadmin dump utility is a correct strategy to be followed. As you are telling 
many repos, you can write simple perl script which can create the dump files 
for all the repos.

--Venkat
From: zhiwei chen [mailto:zhiw...@gmail.com]
Sent: Tuesday, August 02, 2011 11:38 AM
To: users@subversion.apache.org
Subject: how to back svn repositories

hi,everyone.

We have many svn repositories,more than 100,000 , but every repository has less 
than 1024M.

So,which svn backup strategies should I use ?

DISCLAIMER
==
This e-mail may contain privileged and confidential information which is the 
property of Persistent Systems Ltd. It is intended only for the use of the 
individual or entity to which it is addressed. If you are not the intended 
recipient, you are not authorized to read, retain, copy, print, distribute or 
use this message. If you have received this communication in error, please 
notify the sender and delete all copies of this message. Persistent Systems 
Ltd. does not accept any liability for virus infected mails.



SVN - Hook Scripts

2010-06-07 Thread Venkata Badipatla
Hi All,

Please any one of you send me the document of hooks scripts of Subversion.

Thanks,

Venkata Badipatla | Systems Engineer - PMSG (Professional  Managed Services 
Group) | Persistent Systems
venkata_badipa...@persistent.co.inmailto:vivek_pay...@persistent.co.in  | 
Cell: +91-9657387160 | Tel: +91 (20) 3023 4085
Innovation in software product design, development and delivery - 
www.persistentsys.comhttp://www.persistentsys.com/


DISCLAIMER
==
This e-mail may contain privileged and confidential information which is the 
property of Persistent Systems Ltd. It is intended only for the use of the 
individual or entity to which it is addressed. If you are not the intended 
recipient, you are not authorized to read, retain, copy, print, distribute or 
use this message. If you have received this communication in error, please 
notify the sender and delete all copies of this message. Persistent Systems 
Ltd. does not accept any liability for virus infected mails.


Creating Dump For Specific Folders Of SVN Repository

2010-04-02 Thread Venkata Badipatla
Hi All,

I need to create a dump file for the specific folders of the SVN repository. 
Can anyone please help me out?

Directory hierarchy of the SVN repository is

/Project1
/trunk
/tags
 /branches
/Project2
/trunk
/tags
 /branches
/Project3
/trunk
/tags
 /branches

I need to create a dump file for a folder scm_branch_1 which is in the 
location  /project3/branches/scm_branch_1

Note: I am working on windows environment.

Thanks,
Venkata Badipatla | Systems Engineer - Configuration Management (Professional  
Managed Services Group) | Persistent Systems | 
venkata_badipa...@persistent.co.inmailto:venkata_badipa...@persistent.co.in  
| Cell: +91 9657387160 | Tel: +91 (20) 3023 4085 | Innovation in software 
product design, development and delivery- 
www.persistentsys.comhttp://www.persistentsys.com/


DISCLAIMER
==
This e-mail may contain privileged and confidential information which is the 
property of Persistent Systems Ltd. It is intended only for the use of the 
individual or entity to which it is addressed. If you are not the intended 
recipient, you are not authorized to read, retain, copy, print, distribute or 
use this message. If you have received this communication in error, please 
notify the sender and delete all copies of this message. Persistent Systems 
Ltd. does not accept any liability for virus infected mails.


RE: Creating Dump For Specific Folders Of SVN Repository

2010-04-02 Thread Venkata Badipatla
Thanks all...it is working fine now!!!

Thanks,
Venkata Badipatla | Systems Engineer - Configuration Management (Professional  
Managed Services Group) | Persistent Systems | 
venkata_badipa...@persistent.co.in  | Cell: +91 9657387160 |
Tel: +91 (20) 3023 4085 | Innovation in software product design, development 
and delivery- www.persistentsys.com

-Original Message-
From: Mathieu Malaterre [mailto:mathieu.malate...@gmail.com]
Sent: Friday, April 02, 2010 4:57 PM
To: Andy Levy
Cc: Venkata Badipatla; users@subversion.apache.org
Subject: Re: Creating Dump For Specific Folders Of SVN Repository

On Fri, Apr 2, 2010 at 12:57 PM, Andy Levy andy.l...@gmail.com wrote:
 On Fri, Apr 2, 2010 at 04:45, Venkata Badipatla
 venkata_badipa...@persistent.co.in wrote:
 Hi All,



 I need to create a dump file for the specific folders of the SVN repository.
 Can anyone please help me out?



 Directory hierarchy of the SVN repository is



 /Project1

 /trunk

 /tags

  /branches

 /Project2

 /trunk

 /tags

  /branches

 /Project3

 /trunk

 /tags

  /branches



 I need to create a dump file for a folder scm_branch_1 which is in the
 location  /project3/branches/scm_branch_1



 Note: I am working on windows environment.

 Pipe the output of svnadmin dump through svndumpfilter and only
 include the path(s) you need.
 http://svnbook.red-bean.com/en/1.5/svn.ref.svndumpfilter.commands.c.include.html


If this does not work for you (because you copy files from -say-
Project1 to Project2), then used svnsync which I found more robust
than svndumpfilter (you can svnsync a subdir !). There are also
svndumpfilter2 / svndumpfilter3 and svndumpfilter4 on the net...

Good luck
--
Mathieu

DISCLAIMER
==
This e-mail may contain privileged and confidential information which is the 
property of Persistent Systems Ltd. It is intended only for the use of the 
individual or entity to which it is addressed. If you are not the intended 
recipient, you are not authorized to read, retain, copy, print, distribute or 
use this message. If you have received this communication in error, please 
notify the sender and delete all copies of this message. Persistent Systems 
Ltd. does not accept any liability for virus infected mails.


RE: Hardware requirement for Subversion

2010-03-26 Thread Venkata Badipatla
Hi,

There is no specified hardware requirement to host the subversion. Only one 
thing is, according to the size of you SVN repositories, you need add the 
required size of hard disk in your physical machine.

Thanks,
Venkata Badipatla | Systems Engineer - Configuration Management (Professional  
Managed Services Group) | Persistent Systems | 
venkata_badipa...@persistent.co.inmailto:venkata_badipa...@persistent.co.in  
| Cell: +91 9657387160 | Tel: +91 (20) 3023 4085 | Innovation in software 
product design, development and delivery- 
www.persistentsys.comhttp://www.persistentsys.com/

From: Sudeendra MS [mailto:sudeendra...@gmail.com]
Sent: Friday, March 26, 2010 1:03 PM
To: users@subversion.apache.org
Subject: Hardware requirement for Subversion

Hi ,

We are Planning to migrate Subversion from VM to Physical  machine.Pls can 
anybody point me to Hardware requirement to host Subversion .


With Kind Regards
Sudhi

DISCLAIMER
==
This e-mail may contain privileged and confidential information which is the 
property of Persistent Systems Ltd. It is intended only for the use of the 
individual or entity to which it is addressed. If you are not the intended 
recipient, you are not authorized to read, retain, copy, print, distribute or 
use this message. If you have received this communication in error, please 
notify the sender and delete all copies of this message. Persistent Systems 
Ltd. does not accept any liability for virus infected mails.


RE: Help Getting Started

2009-12-30 Thread Venkata Badipatla
Hello,

I think Subversion is not installed properly in your machine. Please uninstall 
it and reinstall again. It will work.

Thanks,

Venkata Badipatla | Systems Engineer - PMSG (Professional  Managed Services 
Group) | Persistent Systems
venkata_badipa...@persistent.co.inmailto:vivek_pay...@persistent.co.in  | 
Cell: +91-9657387160 |
Innovation in software product design, development and delivery - 
www.persistentsys.comhttp://www.persistentsys.com/

From: Lynn Etheredge [mailto:etheredge_l...@yahoo.com]
Sent: Wednesday, December 30, 2009 3:33 AM
To: users@subversion.apache.org
Subject: Re: Help Getting Started



--- On Fri, 12/25/09, Lynn Etheredge etheredge_l...@yahoo.com wrote:

From: Lynn Etheredge etheredge_l...@yahoo.com
Subject: Re: Help Getting Started
To: Andy Levy andy.l...@gmail.com
Date: Friday, December 25, 2009, 8:13 PM


--- On Fri, 12/25/09, Andy Levy 
andy.l...@gmail.comhttp://us.mc526.mail.yahoo.com/mc/compose?to=andy.l...@gmail.com
 wrote:

 From: Andy Levy 
 andy.l...@gmail.comhttp://us.mc526.mail.yahoo.com/mc/compose?to=andy.l...@gmail.com
 Subject: Re: Help Getting Started
 To: Lynn Etheredge 
 etheredge_l...@yahoo.comhttp://us.mc526.mail.yahoo.com/mc/compose?to=etheredge_l...@yahoo.com
 Cc: Andrey Repin 
 anrdae...@freemail.ruhttp://us.mc526.mail.yahoo.com/mc/compose?to=anrdae...@freemail.ru,
  
 users@subversion.apache.orghttp://us.mc526.mail.yahoo.com/mc/compose?to=us...@subversion.apache.org
 Date: Friday, December 25, 2009, 7:05 PM
 On Fri, Dec 25, 2009 at 21:55, Lynn
 Etheredge 
 etheredge_l...@yahoo.comhttp://us.mc526.mail.yahoo.com/mc/compose?to=etheredge_l...@yahoo.com
 wrote:
 
  Hi Andrey,
 
  I tried changing the PATH as you suggested and still
 get the same error.  Any thoughts?

 A) Please don't top-post

sorry about that.

 B) Please don't post in HTML (use plain text)

got it

 C) Are you changing the global PATH, or your user account's
 PATH?
 After changing the PATH, are you starting a new Command
 Prompt
 instance? The new PATH won't take effect (if you're
 changing it via My
 Computer - Properties - Environment) until you
 start a new Command
 Prompt, and it'll only apply to those new new Command
 Prompts (or you
 can reboot and it'll take effect, obviously).

I rebooted after changing the PATH, a system variable, getting the same error.  
My subversion-1.6.6 folder doesn't actually include a bin directory.  Is this a 
problem?


  Lynn
 
  --- On Fri, 12/25/09, Andrey Repin 
  anrdae...@freemail.ruhttp://us.mc526.mail.yahoo.com/mc/compose?to=anrdae...@freemail.ru
 wrote:
 
  From: Andrey Repin 
  anrdae...@freemail.ruhttp://us.mc526.mail.yahoo.com/mc/compose?to=anrdae...@freemail.ru
  Subject: Re: Help Getting Started
  To: Lynn Etheredge 
  etheredge_l...@yahoo.comhttp://us.mc526.mail.yahoo.com/mc/compose?to=etheredge_l...@yahoo.com,
 users@subversion.apache.orghttp://us.mc526.mail.yahoo.com/mc/compose?to=us...@subversion.apache.org
  Date: Friday, December 25, 2009, 12:02 PM
 
  Greetings, Lynn Etheredge!
 
   I'm trying to use svn.  This is the error
 message I get:
  
   'svn' is not recognized as an internal or
 external command,
   operable program or batch file.
  
   I have installed svn and attempted to add it to
 my path:
  
   %SystemRoot%\system32;
   %SystemRoot%;
  
 %SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;
   C:\Program Files\subversion-1.6.6;
 
  C:\Program Files\subversion-1.6.6\bin
 
   C:\Program Files\MySQL\MySQL Server
 5.1\bin;
   %JAVA_HOME%\bin
  
   Any help would be greatly appreciated.  Thank
 you.
 
  See...
 
 
  --
  WBR,
  Andrey Repin 
  (anrdae...@freemail.ruhttp://us.mc526.mail.yahoo.com/mc/compose?to=anrdae...@freemail.ru)
 25.12.2009, 23:01
 
  Sorry for my terrible english...
 
 






DISCLAIMER
==
This e-mail may contain privileged and confidential information which is the 
property of Persistent Systems Ltd. It is intended only for the use of the 
individual or entity to which it is addressed. If you are not the intended 
recipient, you are not authorized to read, retain, copy, print, distribute or 
use this message. If you have received this communication in error, please 
notify the sender and delete all copies of this message. Persistent Systems 
Ltd. does not accept any liability for virus infected mails.