> $ mtn attr set / test 42 > mtn: misuse: absolute path '/' is invalid > > (neither does set "" test 42 work) > > So my questions are: > Should we make an exception for / as a valid path name for an attribute?
Try (in the root dir) $ mtn attr set . test 42 I've voted to name the root directory "/" or something different, but this hasn't happened until now. Thomas. -- - "I know that I don't know." (Sokrates) Guitone, a frontend for monotone: http://guitone.berlios.de Music lyrics and more: http://musicmademe.com _______________________________________________ Monotone-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/monotone-devel
