[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: cvs commands in subversion

From: Ryan Schmidt <subversion-2006Q1_at_ryandesign.com>
Date: 2005-12-20 10:23:10 CET

On Dec 20, 2005, at 03:29, Lakshman Srilakshmanan wrote:

> 1) what is the equivalent of precommit checks in subversion. I have
> precommit checks in CVS that I will need
> to migrate to subversion.

Subversion lets you write a variety of hook scripts, including a pre-
commit hook.

http://svnbook.red-bean.com/en/1.1/ch05s02.html#svn-ch-5-sect-2.1

> 2) what is the equivalent of cvswrappers in subversion. When I
> tried to
> check in a abc.sql (text file)
> subversion is treating it as a binary file.

I don't know what cvswrappers are; I never used CVS.

If you want a file to be treated as text, set its svn:mime-type
property to something that starts with "text/", for example text/plain.

http://svnbook.red-bean.com/en/1.1/ch07s02.html#svn-ch-7-sect-2.3.2

If you want all *.sql files automatically to have this property set,
set up auto-props.

http://svnbook.red-bean.com/en/1.1/ch07s02.html#svn-ch-7-sect-2.4

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Dec 20 10:35:20 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.