Hello Frederic! On Sunday 25 November 2007 Frederic Beuserie wrote: > what's the correct way to completely remove a directory from fsvs ? > > i've tried > fsvs ignore /dir > fsvs commit -m "removed" > echo "" | fsvs urls load If I understand you correctly: - you've got a working copy with data - you'd like to *not* version some directory anymore
The easiest way would be the "unversion" command: fsvs unversion /dir You'll need an ignore pattern, too - see http://fsvs.tigris.org/source/browse/*checkout*/fsvs/trunk/www/doxygen/html/group__cmds.html#unversion for details. If that is not the case, and you'd like to throw a complete working copy away, you could try updating to revision 0 fsvs update -r0 (that should remove all data from the working copy), and then remove the waa directory for that wc - it's one of the directories in /etc/fsvs/. > but the next time i try to enable fsvs with > fsvs url file:///var/... > fsvs commit -m "import" > > i got errors from svn. I believe that is because FSVS doesn't know about the "old" data in the existing repository. > other question: > is that possible to use the same svn repo to hold fsvs control for more > than one dir ? eg: having many directory with the same fsvs urls is ok ? I don't think I understand that. You can create some directory structure in your repository, and use subdirectories as URLs for FSVS - if that answers your question. > thanks for this great tool. You're welcome! -- Versioning your /etc, /home or even your whole installation? Try fsvs (fsvs.tigris.org)! --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
