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

Re: rename C file

From: Karl Fogel <kfogel_at_galois.collab.net>
Date: 2000-09-05 17:15:31 CEST

Ben Collins-Sussman <sussman@newton.collab.net> writes:
> Well, we took the first step by correctly renaming svn_delta_parse()
> to svn_xml_parse(). Can we safely take the next step by renaming
> `delta_parse.c' to `xml_parse.c' within libsvn_delta? Any objections?

Sounds good to me.

I'll do it in the repository-frobbo way, so we don't lose any
history. That's:

   ssh cvs.tigris.org
   cd /cvs/subversion/subversion/libsvn_delta
   cp delta_parse.c xml_parse.c /* may have to sudo this step */
   chown blah.blah xml_parse.c /* to match other repos ,v files */
   logout /* go back to working copy machine */
   cd working_copy/subversion/subversion/libsvn_delta
   cvs up /* make sure you get xml_parse.c */
   rm delta_parse.c
   cvs rm delta_parse.c
   cvs ci -m "renamed to xml_parse.c" delta_parse.c
Received on Sat Oct 21 14:36:07 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.