You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by George Hartzell <ha...@kestrel.alerce.com> on 2004/07/21 20:48:37 UTC

Re: [Trac] Best *nix for SVN?

Daragh Fitzpatrick writes:
 > 
 > Hi all,
 > 
 > I've got the opportunity to choose a flavour of *nix to install on some Dell
 > hardware (PowerEdge 2550) - the purpose of this box is primarily as the SVN
 > repository, but we'll have Apache and Trac on it too. I have experience with
 > [...]
 > Many thanks in advance for your comments. As long as I don't mention
 > windoze, I reckon the chances of keeping it clean are pretty high!

My first recommendation would be the OS with which you are most
comfortable.

That said, I'm running it on a FreeBSD 5.2.1-p4 box, it builds very
nicely out of the ports tree and brings along all of it's dependencies
w/ a minimum of fuss and bother.

One of the things that I really like about FreeBSD 5 is the ability to
use dump to get real-honest-to-god backups of the live filesystem (use
the -L option to take a snapshot of the partition before dumping it).

That, plus the ports tree, really ROCKS.

g.



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Subversion for Dreamweaver ...

Posted by Cristi BALAN <me...@gmail.com>.
On Thu, 22 Jul 2004 18:10:19 +0300, Valics Lehel <lv...@grafx.ro> wrote:
> Hi all,
> 
> I wondering how many people are using Dreamweaver and Subversion, and how
> many from this want to use Subversion as an extension for Dreamweaver.
> 
> We are doing a study (and programming) on this, to see how to create one,
> after a similar product CVS for Dreamweaver.
> 
> Anyone who want an extension like this, drop me a note please ...
> 

You might want to wrap the TSVN dialogs (see
http://tortoisesvn.tigris.org) to get some of the functionality with a
nice interface. Some people have already done it for other editors (i
think for ultraedit, check the tsvn ml for this). I have no idea what
the license for the reuse of the tsvn code or libraries is tho.

-- 
Cristi BALAN

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

RE: Subversion for Dreamweaver ...

Posted by Maarten | AI <mj...@ai.rug.nl>.
Sounds like a great idea!

Maarten

-----Oorspronkelijk bericht-----
Van: Gary Affonso [mailto:glists@greywether.com] 
Verzonden: dinsdag 27 juli 2004 3:03
Aan: Valics Lehel
CC: users@subversion.tigris.org
Onderwerp: Re: Subversion for Dreamweaver ...

It'd get my vote.  We have front-end (DreamWeaver) developers that would
greatly benefit from easier access to the repository.

- Gary

On 7/22/04 8:10 AM, "Valics Lehel" <lv...@grafx.ro> wrote:

> Hi all,
> 
> I wondering how many people are using Dreamweaver and Subversion, and how
> many from this want to use Subversion as an extension for Dreamweaver.
> 
> We are doing a study (and programming) on this, to see how to create one,
> after a similar product CVS for Dreamweaver.
> 
> Anyone who want an extension like this, drop me a note please ...
> 
> Regards,
> Valics Lehel
> http://www.grafxsoftware.com
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Subversion for Dreamweaver ...

Posted by Gary Affonso <gl...@greywether.com>.
It'd get my vote.  We have front-end (DreamWeaver) developers that would
greatly benefit from easier access to the repository.

- Gary

On 7/22/04 8:10 AM, "Valics Lehel" <lv...@grafx.ro> wrote:

> Hi all,
> 
> I wondering how many people are using Dreamweaver and Subversion, and how
> many from this want to use Subversion as an extension for Dreamweaver.
> 
> We are doing a study (and programming) on this, to see how to create one,
> after a similar product CVS for Dreamweaver.
> 
> Anyone who want an extension like this, drop me a note please ...
> 
> Regards,
> Valics Lehel
> http://www.grafxsoftware.com
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Subversion for Dreamweaver ...

Posted by Valics Lehel <lv...@grafx.ro>.
Hi all,

I wondering how many people are using Dreamweaver and Subversion, and how
many from this want to use Subversion as an extension for Dreamweaver.

We are doing a study (and programming) on this, to see how to create one,
after a similar product CVS for Dreamweaver.

Anyone who want an extension like this, drop me a note please ...

Regards,
Valics Lehel
http://www.grafxsoftware.com


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: [Trac] Best *nix for SVN?

Posted by Kay Abendroth <ab...@wsc-gmbh.de>.
	I use Subversion on a FreeBSD-4.10-p2 machine, using only svnserve to 
check in/out and have had no problems with it since the installation.

	As Jacob said, FreeBSD is a very good server system, so it would be the 
right choice. And if you've installed 'portupgrade' from the ports, you 
can install Subversion and create a repository with just a single command:

	portinstall -m "WITH_REPOSITORY_CREATION=yes" subversion


Kay



Jacob Atzen wrote:

> On Wed, Jul 21, 2004 at 01:48:37PM -0700, George Hartzell wrote:
> 
>>That said, I'm running it on a FreeBSD 5.2.1-p4 box, it builds very
>>nicely out of the ports tree and brings along all of it's dependencies
>>w/ a minimum of fuss and bother.
>>
>>One of the things that I really like about FreeBSD 5 is the ability to
>>use dump to get real-honest-to-god backups of the live filesystem (use
>>the -L option to take a snapshot of the partition before dumping it).
>>
>>That, plus the ports tree, really ROCKS.
> 
> 
> Let me just second that. FreeBSD as a server operating system is really
> great. It comes wellconfigured out of the box. F.ex. it will send a
> daily mail to root with information about the system, something I've
> never seen in any Linux. Also the documentation is great -- all the
> configuration files have their own man page. I've switched fully from
> Linux to FreeBSD for server use as a consequence of this.
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: [Trac] Best *nix for SVN?

Posted by Jacob Atzen <ja...@aub.dk>.
On Wed, Jul 21, 2004 at 01:48:37PM -0700, George Hartzell wrote:
> That said, I'm running it on a FreeBSD 5.2.1-p4 box, it builds very
> nicely out of the ports tree and brings along all of it's dependencies
> w/ a minimum of fuss and bother.
> 
> One of the things that I really like about FreeBSD 5 is the ability to
> use dump to get real-honest-to-god backups of the live filesystem (use
> the -L option to take a snapshot of the partition before dumping it).
> 
> That, plus the ports tree, really ROCKS.

Let me just second that. FreeBSD as a server operating system is really
great. It comes wellconfigured out of the box. F.ex. it will send a
daily mail to root with information about the system, something I've
never seen in any Linux. Also the documentation is great -- all the
configuration files have their own man page. I've switched fully from
Linux to FreeBSD for server use as a consequence of this.

-- 
Cheers,
- Jacob Atzen


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org