sharpsvn - How can I "svn delete" a folder and then add a folder with same name? -


i wrote deployment tool own programs based on sql , subversion.

i'm able create different versions of applications , store them subversion while information stored in sql.

until "deployment tool" worked quite fine found problem.

when creating version of application checkout head revision , visualize in program. latest version can edited deleting, renaming, adding or overwriting files , folders.

say, if have following tree structure in working copy:

- programfiles   - assemblies   - data      - type 1          - ...      - type 2           - ...      - type 3          - ... 

i want replace 1 directory (data). calls svn delete , after directory.delete, because "svn delete" marks folders delete when commit. want add folder named "data" again new subfolders , files exception "working copy admin area missing". far can tell problem directory .svn under programfiles stores information folder data shall deleted if read folder crashes.
know can commit before adding folder increase revision number "non stable version".

how can solve problem?

you can't 1 commit, need commit delete , add separately


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -