On Sun, Mar 27, 2016 at 02:17:10PM -0500, Bruce Dubbs wrote:
> Pierre Labastie wrote:
> 
> >I'll do that (I have to learn :-)
> 
> Start with 'svn cp' and just edit the page.  Also add to parent with include.
> 
I normally just use cp, so I don't know how much of the following
will be redundant with 'svn cp', but when I am ready to commit a new
page I try to remember to do the following:

 svn add path/to/file.xml

 svn propset svn:mime-type text/plain path/to/file.xml

 svn propset svn:keywords "Date LastChangedBy" path/to/file.xml

The mime type is because new files sometimes show as binary if you
run 'svn st'.

ĸen
-- 
This email was written using 100% recycled letters.
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to