вторник, 7 мая 2013 г., 18:44:33 UTC+3 пользователь Héctor Gomis написал:
>
> Hi,
>
> I'm new using GIT. Some weeks ago I moved 1 folder from my treefolder to 
> another place using "git filter-branch -f --tree-filter 'mv assets/www .' 
> HEAD". Now I would like to move again another one, concretly git 
> filter-branch -f --tree-filter 'mv www/app/resources www' HEAD". The 
> problem now in that error in my repository:
>
> hgomis@ORD195 /C/Sencha/assets_backup (master)
> $ git filter-branch -f --tree-filter 'mv www/app/resources www' HEAD
> Rewrite d9ca94fdaf2c5f3945514581e91186b6b6460e38 (55/135)mv: cannot stat 
> `www/ap
> p/resources': No such file or directory
> tree filter failed: mv www/app/resources www
> rm: cannot remove `c:/Sencha/assets_backup/.git-rewrite/revs': Permission 
> denied
>
> rm: cannot remove directory `c:/Sencha/assets_backup/.git-rewrite': 
> Directory no
> t empty
>
> Any suggestion please? It's very important for me!!!
>
> Thanks
>

make from git filter-branch -f --tree-filter 'mv www/app/resources www' 
HEAD to git filter-branch -f --tree-filter 'mv www\app\resources www' HEAD

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to