Thu Nov 10 08:04:30 CST 2005  [EMAIL PROTECTED]
  * RemoteApply no longer depends on cd, use --repodir instead.
  
  This is a minor change to make darcs no longer use cd
  before applying patches to a remote repository. 
  Now the --repodir option for the apply command is used.
  
  This patch came from a hack to rssh[http://sf.net/projects/rssh]
  to allow using darcs as a restricted command without depending
  on the cd binary.
  
http://sf.net/tracker/index.php?func=detail&aid=1351939&group_id=65349&atid=510643
New patches:

[RemoteApply no longer depends on cd, use --repodir instead.
[EMAIL PROTECTED]
 
 This is a minor change to make darcs no longer use cd
 before applying patches to a remote repository. 
 Now the --repodir option for the apply command is used.
 
 This patch came from a hack to rssh[http://sf.net/projects/rssh]
 to allow using darcs as a restricted command without depending
 on the cd binary.
 http://sf.net/tracker/index.php?func=detail&aid=1351939&group_id=65349&atid=510643
] 
<
> {
hunk ./RemoteApply.lhs 51
 
 apply_via_ssh :: String -> Doc -> IO Doc
 apply_via_ssh repo bundle =
-    pipeDoc_SSH_IgnoreError [addr,"cd '"++path++"' && darcs apply --all"] bundle
+    pipeDoc_SSH_IgnoreError [addr,"darcs apply --all --repodir '"++path++"'"] bundle
         where (addr,':':path) = break (==':') repo
 
 apply_via_ssh_and_sudo :: String -> String -> Doc -> IO Doc
}

Context:

[add a couple of changelog entries.
David Roundy <[EMAIL PROTECTED]>**20051108132617] 
[make sftp honor the SSH_PORT env variable.
David Roundy <[EMAIL PROTECTED]>**20051108131847] 
[Fix spurious failure of the revert test case
Florian Weimer <[EMAIL PROTECTED]>**20051107195237
 
 "darcs revert -a" does not require confirmation.
] 
[Check for excess input in test cases
Florian Weimer <[EMAIL PROTECTED]>**20051107195045
 
 This change also fixes a latent race condition (by adding a call to
 waitpid): darcs might not have run to completion when echo_to_darcs
 returns.
] 
[During tests, do not exit silently when a write fails
Florian Weimer <[EMAIL PROTECTED]>**20051107194913] 
[Avoid putting a wrongly-named directory in dist tarball if the name we wanted already exists in $TMPDIR
Simon McVittie <http://www.pseudorandom.co.uk/>**20051106145821] 
[fix example in doc to work with version 1.0.3 and above
Tommy Pettersson <[EMAIL PROTECTED]>**20051106232940
 Discovered and fix suggested by Pavel Pisa.
] 
[update version number to 1.0.4rc3.
David Roundy <[EMAIL PROTECTED]>**20051108120613] 
[TAG 1.0.4rc2
David Roundy <[EMAIL PROTECTED]>**20051106121631] 
Patch bundle hash:
435b7627e36360fa1b9ec54b432111fc79289a16
_______________________________________________
darcs-devel mailing list
[email protected]
http://www.abridgegame.org/cgi-bin/mailman/listinfo/darcs-devel

Reply via email to