Re: Adding and committing simultaneously: is it possible?

2010-03-29 Thread Quinn Taylor
If you're importing a new resource directly to the repository, then they have to be serial, but when staging changes in a local working copy, adding a resource tells SVN that it should be added when that particular resource path is committed, but I find it most useful to add multiple items and m

Re: Adding and committing simultaneously: is it possible?

2010-03-29 Thread Alex Zavatone
One after the other. It's a client to server, then client to server set of commands. Wait for one to finish. Cheers, - Alex On Mar 29, 2010, at 10:43 AM, daberhasher wrote: > Hi, > > I'm a new Versions user and I'm trying to figure out a way to add new > files automatically by committing an

Re: Adding and committing simultaneously: is it possible?

2010-03-29 Thread Gabe Johnson
> I'm a new Versions user and I'm trying to figure out a way to add new > files automatically by committing any changes (in this case the > addition of extra files to the folder). Can it be done? I've noticed > that I have to first add the new files to the repository and then > commit. If there is

Adding and committing simultaneously: is it possible?

2010-03-29 Thread daberhasher
Hi, I'm a new Versions user and I'm trying to figure out a way to add new files automatically by committing any changes (in this case the addition of extra files to the folder). Can it be done? I've noticed that I have to first add the new files to the repository and then commit. If there is any w