Hi Alexey, On Friday 05 January 2007 22:25, Alexey Eremenko wrote: > > I have a problem: > I written several HowTos for LfL, and wanna commit them, unfortunately > SVN doesn't allows me to do so, by saying that my files are "not under > version control".
Did you add them first? The normal procedure for a file foo.xml is: 1. Add the file to your working copy: svn add foo.xml 2. Commit the file: svn commit foo.xml Does this help? Tom -- ---------------------------------------------------------------------- SUSE LINUX Products GmbH >o) Documentation Team Maxfeldstrasse 5 /\\ Technical Editor 90409 Nuernberg, Germany _\_v http://en.opensuse.org/Documentation_Team --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
