You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by "Archer, Jennifer " <ja...@mail.smu.edu> on 2006/03/14 16:24:40 UTC

Question About Subversion Filetypes

Hello,
 
Can Subversion be used to version Oracle Forms, Reports, and SQL files?
 
Thanks,
Jennifer 

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


Re: Question About Subversion Filetypes

Posted by Ryan Schmidt <su...@ryandesign.com>.
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