English 中文(简体)
configure SVN for Flash Action script programming
原标题:

I am working as a Action Script programmer, and am included in team, the size of the team is 3. So we are working in the same shared files, the we are having a lot of conflict in the fla file and AS files. I wish to implement the SVN for our project. So is that can be done in TortoiseSVN , then how can i configure in LAN. We are in Windows platform. So any one know how to configure SVN for Flash Programming please please help me out..

问题回答
  1. For very easy server installation use VisualSVN server (Windows Only), you can built your svn server with it in less than 10 Min.

  2. Use the VisualSvn server admin tool, to define your project, team users and permissions, it s very easy task too.

  3. Install TortoiseSVN on each client machine, and Checkout your files to the project name you defined on SVN server, for example it will look like

    http://mysvnserver:8080/svn/MyFlashProject/

  4. Add your files inside that folder (the on client machine), TortoiseSVN will show you some icons, add the files you want to be included on the project to share with the team, if you have local temp files or whatever that only specific for you machine, you can add them to your igonre list.

  5. Right click and use commit, now it s the version revision that each user can be updated on his machine.

that s all :-)





相关问题
Best practices for Subversion and Visual Studio projects

I ve recently started working on various C# projects in Visual Studio as part of a plan for a large scale system that will be used to replace our current system that s built from a cobbling-together ...

Changing username in SVN+SSH URI on the fly in working copy

I am using SVN+SSH to check out a working copy of repository from an SVN server on which all developers are members of a developer group and have full read/write permissions on the repository ...

ASP.NET MVC: How should it work with subversion?

So, I have an asp.net mvc app that is being worked on by multiple developers in differing capacities. This is our first time working on a mvc app and my first time working with .NET. Our app does not ...

How to search for file in subversion server?

Is there a way to search for a file in a subversion repository? Something similar to Unix find command, with which I can find the location of a file in a repository. I know there is svn list, but ...

热门标签