unsubscribe

2020-04-25 Thread Eramo, Mark
unsubscribe Mark Eramo Manager, Salesforce Administration, HBS IT Travis 307 Harvard Business School Soldiers Field Boston, MA 02163 phone: 617.495.2421 email: mer...@hbs.edu https://www.hbs.edu/it twitter.com/HarvardHBS

RE: New Server because of Crash

2011-12-06 Thread Eramo, Mark
Check this link out: http://msmvps.com/blogs/rexiology/archive/2006/05/03/93203.aspx It has some useful information. When you load the SVN dump file into the new repo, you can pass the --force-uuid parameter It should load the uuid from the other repository. Mark -Original

RE: Setting a web page at the repositories' parent URL

2010-11-05 Thread Eramo, Mark
Hi Gingko I have had success setting up several repositories in Apache as follows... In the httpd-subversion.conf file, I have the various repositories defined like this. Location /svn/repo1 SVNPath /path/to/repo1 . . . /Location Location /svn/repo2 SVNPath /path/to/repo2 . . .

RE: Setting a web page at the repositories' parent URL

2010-11-05 Thread Eramo, Mark
- From: Ryan Schmidt [mailto:subversion-20...@ryandesign.com] Sent: Friday, November 05, 2010 3:05 PM To: Eramo, Mark Cc: Subversion User List Subject: Re: Setting a web page at the repositories' parent URL On Nov 5, 2010, at 13:50, Eramo, Mark wrote: I have had success setting up several

Promting files from trunk to a specific tag

2010-07-09 Thread Eramo, Mark
I have a question. In CVS, if I made changes to some files in the trunk, I could promote those into a specific tag. Is it possible to do the same in SVN? I have a few files in the trunk that I want to promote to an existing tag without creating a new tag. Just curious if this is possible and

RE: Partial Checkout Script

2010-05-18 Thread Eramo, Mark
Thanks for the suggestion Tyler. I will take a look at the docs for this. Mark -Original Message- From: Tyler Roscoe [mailto:ty...@cryptio.net] Sent: Monday, May 17, 2010 3:55 PM To: Eramo, Mark Cc: users@subversion.apache.org Subject: Re: Partial Checkout Script On Mon, May 17, 2010

Partial Checkout Script

2010-05-17 Thread Eramo, Mark
I am wondering if there is a simple way to script the checkout of only certain project folders in SVN without checking out others. For example, I have all my projects setup with tags, branches and trunk folders underneath the project name and I want to run a script that says go through the

RE: The use of SVNROOT

2010-03-08 Thread Eramo, Mark
There is no equivalent of CVSROOT in Subversion. But when it has been asked for before, the response has been: what do you need it for? If you just want a shortcut for checking out, define an environment variable and use that. This is what I do in my ~/.bashrc: export

The use of SVNROOT

2010-03-05 Thread Eramo, Mark
Hello, I am working with Subversion 1.6.9 and was wondering if there was a way to setup the SVNROOT variable so that I do not have to type it every time I for example, need to checkout a new project. With cvs, we defined cvsroot in our env. It was for example

SVN DIFF QUESTION

2010-02-19 Thread Eramo, Mark
Hello, I am trying to diff the trunk and a specific tag of a project in SVN to get a list of files that have changed AND a list of any new files that were added to the trunk since the tag but I am not able to get the same results as with CVS diff. For example, I add a new java file to the

RE: SVN DIFF QUESTION

2010-02-19 Thread Eramo, Mark
. Anyway, thanks for pointing me to that! Regards, Mark -Original Message- From: Tyler Roscoe [mailto:ty...@cryptio.net] Sent: Friday, February 19, 2010 12:34 PM To: Eramo, Mark Cc: users@subversion.apache.org Subject: Re: SVN DIFF QUESTION On Fri, Feb 19, 2010 at 11:40:19AM -0500, Eramo