Mohan
Mohan

Reputation: 661

How to upload an Android project into SVN repository & which files to ignore?

I would like to share project with my team members. Anybody please help me how to upload an Android project into SVN. Which files should be uploaded and which ones to ignore?

Thanks.

Upvotes: 0

Views: 851

Answers (1)

Sound Conception
Sound Conception

Reputation: 5411

Put all directories except the bin folder and gen folder. When other team members grab the project from the repository to their local workspace, these files will be re-created automatically when they compile the project.

Upvotes: 2

Related Questions