Svn is not designed for this sort of thing to be easily available. There is not, as far as I can tell, a particularly easy way of doing this.
A few things work: list the files that you want to commit: $ svn commit -m "Just a little change" tiny.lzx Only commit changes in this directory and its children $ cd $LPS_HOME $ vim build.xml (do stuff) $ cd WEB-INF $ (do stuff inside WEB-INF) $ svn commit -m "Only web-inf stuff." There are almost certainly other ways but I don't know them yet. On Jun 6, 2006, at 3:17 PM, Henry Minsky wrote: > In Perforce, I am accustomed to having a bunch of crud checked out > and modified, which I don't > intend to commit with my changesets. > > In svn, if I have some stuff tweaked, like build.xml files and so > forth, and I don't want to commit them > with my real changes, what is the best way to do that? > > > > -- > Henry Minsky > Software Architect > [EMAIL PROTECTED] > > _______________________________________________ > Laszlo-dev mailing list > [email protected] > http://www.openlaszlo.org/mailman/listinfo/laszlo-dev benjamin shine software engineer [EMAIL PROTECTED] _______________________________________________ Laszlo-dev mailing list [email protected] http://www.openlaszlo.org/mailman/listinfo/laszlo-dev
