[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: Erik Huelsmann <ehuels_at_gmail.com>
Date: 2005-12-20 10:17:31 CET

On 12/20/05, Lakshman Srilakshmanan
<lakshman.srilakshmanan@tradingpost.com.au> wrote:
> Hi All,
>
> Could you please help me with the following 2 queries.
>
> 1) what is the equivalent of precommit checks in subversion. I have
> precommit checks in CVS that I will need
> to migrate to subversion.

http://svnbook.red-bean.com/en/1.1/ch05s02.html#svn-ch-5-sect-2.1
suggests its name may be pre-commit

> 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.

What do you mean by that? Subversion doesn't really make a difference
between binary and text data, except for merge and diff purposes...
Is this file a UTF-16, UCS-2 or even UTF-32 file? The Subversion diff
only understands ascii or UTF-8 for now, so that could explain your
problem.

HTH,

Erik.
Received on Tue Dec 20 10:23:46 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.