M
M
Maxmyd2012-02-28 20:41:10
CVS
Maxmyd, 2012-02-28 20:41:10

Need an SVN client

Can anyone suggest an SVN client with automatic detection and addition of new files? Or suggest how to configure TortoiseSVN so that it automatically adds new files?
Thanks in advance.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
E
easyman, 2012-02-28
@easyman

1. Install SVN console version
2. Save as .bat and add to scheduler
for /f "tokens=2*" %%i in ('svn status %1 ^| find "?"') do svn add "%%i "
for /f "tokens=2*" %%i in ('svn status %1 ^| find "!"') do svn delete "%%i"
svn commit -m "Automatic commit" %1

M
mecommayou, 2012-02-29
@mecommayou

Use svn ignore.

Similar questions

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question