I am now reading about Subversion.

Turns out that in order to get Subversion to properly manage and keep
track of history of files even when they are copied or renamed, one
should use 'svn copy' instead of 'cp' and 'svn move' instead of 'mv'.

I wonder whether shells (such as bash) have a facility to do
directory-dependent aliasing.  For example, when your pwd is a directory
checked out from a svn repository (could be identified as having .svn
subdirectory or declared as such in .bash_profile), then your 'cp'
becomes alias to a script which processes cp's arguments and issues the
appropriate 'svn copy' command/s.

                                         --- Omer
-- 
You haven't made an impact on the world before you caused a Debian
release to be named after Snufkin.
My own blog is at http://tddpirate.livejournal.com/

My opinions, as expressed in this E-mail message, are mine alone.
They do not represent the official policy of any organization with which
I may be affiliated in any way.
WARNING TO SPAMMERS:  at http://www.zak.co.il/spamwarning.html


=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to