Hello,
timeout problem:Project, Version Control, Version Control Settings
Change timeout time
This failure is uncritical. Redo the operation will also work.
Make Sure:- The SVN rights for lock for the current user are available
Check:Usually EA outputs the command to svn which causes the trouble. Try the command in a cmd window.
Start with just two packages and without branchMake a simple project with just two packages.
My experiences with SVNBesides from the uncritical timeout most if not all problems occurs from settings within SVN. That are only a few issues. By typing the command you'll quickly find out.
EA paradigmBe aware of the EA paradigm. You may like it or not but you can't change it:
- EA locks the file (checkout)
- Nobody, except the checkout user can edit the file
- The Checkout user edits the file
- The Checkout user makes a checkin (Commit) or a undo checkout (remove lock among other things)
This paradigm is the cause that EA don't work with GRIT.
Resynchronize VC package stateIf you are confused about the current state just right click on the package, Version Control, Re-sync Status with VC provider
Be aware ofIn my experiences with a lot of different VC tools is that the technical aspects works quit seamless after some starting problems.
There are a lot of pros and cons about VC. You can find these in this forum with a lot of personal experiences and emotions.
To summarize it: You get something but usually you have to pay for it.
My personal view is:In an environment with strict processes or safety requirements I would use VC after I'm sure I've found the right package structure. If you have no special requirements according to VC other than 'I'm used to it' I would think carefully about it. Some remarks:
- No convincing diff tool
- You may have to checkout more than one package for relationships
- Cross package dependencies may be difficult to handle
- I would use at least Version 9.35
- Be aware of some unexpected problems
Don't be worried but make a conscious decision. This forum may help you.
Helmut