mckoss / pageforest

Automatically exported from code.google.com/p/pageforest
0 stars 0 forks source link

pf PUT does not delete files removed from a directory. #23

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Steps to Reproduce:

- Copy scratch application
- pf get...
- rename styles.css to main.css
- pf put

Results:

The new file (main.css) is uploaded, but the old file (styles.css) is not 
removed.

Expected:

pf PUT should prompt the user to delete local files that have been removed and 
DELETE them on 
the server:

The local file styles.css is missing ((d)elete from server, (c)opy locally, 
(i)gnore)?i

Original issue reported on code.google.com by mckoss@gmail.com on 29 May 2010 at 4:45

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago

Original comment by jcrocholl on 1 Jun 2010 at 7:03

GoogleCodeExporter commented 9 years ago
This was fixed in revision 8f0b707b9f83 by introducing "pf vacuum".

Original comment by jcrocholl on 22 Jun 2010 at 6:21

GoogleCodeExporter commented 9 years ago

Original comment by mckoss@gmail.com on 4 Nov 2010 at 11:49