[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

How to remove folders from working copy folder without having to manually svn remove folder

From: <ben_at_amigos24.net>
Date: Tue, 22 Jul 2008 19:54:08 +0300

Hi,

I am looking for a command line possibility not to have to manually
perform all changes to folder structure files of the working copy, so
that changes are automatically present in the repo after committing.

In other words:
- I have a workingcopy folder "ben".
- I delete the subfolder "deletefolder" from "ben"
- With tortoise I can simply mark the working copy folder, then click
add, and Tortoise automatically adds / removes the respective changes to
the folders and files.

What if there is no tortoise on Ubuntu?

SOLUTION FOR ADDING: For adding I found out how to do that: "svn add *",
it then adds the new folder and prompts for existing folders and files
that they already exist.

NO SOLUTION FOR REMOVING: Is there a possibility to delete a folder from
the working copy folder, then not having to remove the deleted folder
with "svn remove deletefolder" and then to commit so that the folder
will also be deleted from the repo.

If any out there know how to handle the problem, let me know. If there
is a good GUI for svn administration like tortoise I would also be happy.

Best,
Ben

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-07-22 18:54:35 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.