Skip to content
This repository has been archived by the owner on Feb 17, 2023. It is now read-only.

VCS::vcs_mirror does not clean up untracked files #248

Open
nickanderson opened this issue Feb 5, 2013 · 0 comments
Open

VCS::vcs_mirror does not clean up untracked files #248

nickanderson opened this issue Feb 5, 2013 · 0 comments
Assignees
Milestone

Comments

@nickanderson
Copy link
Member

% svn status
?       file

% /var/cfengine/bin/cf-agent  -KIf /home/cmdln/.cfagent/inputs/standalone-cf-sketch-runfile.cf
 -> Executing '/usr/bin/svn cleanup' ... (no timeout,uid=1000)
 -> Completed execution of /usr/bin/svn cleanup
 -> Executing '/usr/bin/svn up' ... (no timeout,uid=1000)
Q: "...sr/bin/svn up": Updating '.':
Q: "...sr/bin/svn up": At revision 98.
I: Last 2 quoted lines were generated by promiser "/usr/bin/svn up"
 -> Completed execution of /usr/bin/svn up
 -> Executing '/usr/bin/svn revert /tmp/svn_co' ... (no timeout,uid=1000)
 -> Completed execution of /usr/bin/svn revert /tmp/svn_co
R: Not creating parent path /tmp even though it doesn't exist, because the parent_dir parameter was left blank.
 !! Method invoked repairs

% pwd
/tmp/svn_co/masterfiles

% svn status
?       file

Untracked files should be deleted.

svn status | grep '^?' | awk '{print $2}' | xargs rm -rf

@ghost ghost assigned tzz Feb 15, 2013
tzz pushed a commit to tzz/design-center that referenced this issue Jun 1, 2014
document cache_system_functions and more
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

2 participants