TITLE
-------------------------------------------------------------
Does Subversion support symlinks?
Another type of symlink-like behavior is internal to the repository.
You have a file in one directory that might participate
in several projects (e.g. a header file)
/trunk/headers/main.h
/trunk/project_a/
/trunk/project_b/
When you are checking out /trunk/project_a to /home/user/work/project_a you would like
to have all the header files to be placed in /home/user/work/project_a/header.
The same in project_b
svn:externals
http://subversion.tigris.org/servlets/BrowseList?list=users&by=thread&from=340941
-------------------------------------------------------------
When I import a project into subversion, why aren't the original
timestamps being preserved?
http://subversion.tigris.org/servlets/BrowseList?list=dev&by=thread&from=340962
-------------------------------------------------------------
Migration:
Starteam to Subversion
http://subversion.tigris.org/servlets/BrowseList?listName=users&from=344870&to=344870&count=6&by=thread&paged=false
CVS to Subversion
Transitioning from Rational Apex version control?
Transitioning from Rational Apex version control? (part 2)
-------------------------------------------------------------
Hook scripts
Commit email
http://subversion.tigris.org/servlets/ReadMsg?list=users&msgNo=28568
version control of 'hooks' directory
-------------------------------------------------------------
Large binary files / large audio files
http://subversion.tigris.org/servlets/BrowseList?list=users&by=thread&from=308503
http://subversion.tigris.org/servlets/BrowseList?list=users&by=thread&from=308501
-------------------------------------------------------------
Mirroring server for more than one development locations (SVK ??)
http://subversion.tigris.org/servlets/BrowseList?list=users&by=thread&from=308571
-------------------------------------------------------------
Using tags to checkout a version just like in CVS
(the debate on versions/revisions and unchangable tags)
How can I put a database under version control?
There are two main parts for you database:
- the schema with the configuration data (e.g. names of countries) and
- the live data
Version control of Databases
How to version a database
How to version a database (part 2)
versioning a [small] MySQL database with svn?
Explanation of the problem can be see here:
http://www.dragonsoftru.com/prod_dsds_1.php
For Oracle there are applications such as TOAD, DB Compare,
Controlling Microsoft Access Databases with Subversion
http://svn.haxx.se/users/archive-2004-05/1453.shtml
http://subversion.tigris.org/servlets/BrowseList?list=users&by=thread&from=196447
-------------------------------------------------------------