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

Re: Question About Subversion Filetypes

From: Ryan Schmidt <subversion-2006Q1_at_ryandesign.com>
Date: 2006-03-15 00:14:19 CET

On Mar 14, 2006, at 17:24, Archer, Jennifer wrote:

> Can Subversion be used to version Oracle Forms, Reports, and SQL
> files?

Anything you can store in a file system, you can store in a
Subversion repository. Well, almost. You can't store symlinks in it
on Windows, and you can't store devices in it. But normal files and
directories, no problem.

If these are well-behaved text files, then with Subversion you can
merge changes between revisions of the files. If they're binary files
and want to be able to merge changes, you'll need an appropriate diff
tool programmed to know how to deal with that binary format. For
example there is a binary merge program for Microsoft Word files.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Mar 15 00:15:20 2006

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.