version control - Shared directories in Mercurial -



version control - Shared directories in Mercurial -

i have development project in mercurial. in project have multiple directories scattered should contain same basic files (css, images, etc).

i'd have of directories point same underlying directory, if edit file in 1 place, updated everywhere else. unix soft link directory, want work within mercurial (and i'm on windows).

i've looked @ subrepos, seem either point existing directory or remote one. i'd rather not have network involved. in case point subrepos relative location in same project.

what's best way accomplish (with to the lowest degree amount of pain)?

going windows 2000 (but still on nt line), can utilize directory hardlinks ntfs. far mercurial concerned, however, different files happen updated simultaneously, , junction points not stored in repo. (i'd create script set them when cloning.)

this incompatible cloning repo *nix environment. (or @ to the lowest degree don't see how without conversion, changes repo, means can't push/pull between them.)

this poor hack, but, barring more details you, came with.

version-control mercurial repository

Comments

Popular posts from this blog

java - How to set log4j.defaultInitOverride property to false in jboss server 6 -

c - GStreamer 1.0 1.4.5 RTSP Example Server sends 503 Service unavailable -

Using ajax with sonata admin list view pagination -