On 8/13/09 4:51 PM, Aryeh Gregor wrote: > On Thu, Aug 13, 2009 at 7:40 PM, Brion Vibber<[email protected]> wrote: >> On 8/13/09 3:32 PM, Aryeh Gregor wrote: >>> Then what do I do if I want to commit to both phase3/ and extensions/ >>> at once? >> >> svn commit > > This works in SVN if you have two checkouts nested within each other?
Yup. > Don't commands like commit and diff only affect the current > repository? In theory, however it doesn't seem to care if you've monkeyed about with the directory structure of things that *are* in the same repository. ;) > On my production wiki I have phase3/ checked out in > /var/www/w, and some extensions individually checked out in > subdirectories of /var/www/w/extensions. When I do svn up in > /var/www/w, that doesn't update the other repositories in extensions/; > I have to do "svn up . extensions/*" instead. Does commit work > differently, or am I misunderstanding? svn up works just fine for this too in my experience. Perhaps your 'extensions' dir isn't SVN-managed for some reason, or something? -- brion _______________________________________________ Wikitech-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikitech-l
