Manuzhai
Manuzhai
Member since: Dec 2004
Recent posts
Post | When |
---|---|
Have a look at [url=http://insurrection.tigris.org/]Insurrection[/url]... |
Posted in
Administration Web GUI
|
No, that's not possible. |
Posted in
Option to disable version control for files/directories?
|
You just copy the trunk to a new directory called version-1.3. |
Posted in
creating a version
|
Just use svk, it was made for what you want. |
Posted in
Working with multiple repositories
|
svn copy does not work across repositories, which is why I think your solution will not work that we |
Posted in
Working with multiple repositories
|
Subversion is not very hard to administer. Once it's set up, you probably don't really have to look |
Posted in
Is Subversion overkill for me?
|
Your changes on the trunk will not be propagated to the branch. You can use svn merge to merge chang |
Posted in
Help on working with branches?
|
Try using the svn:ignore property (you can also Ignore files through Tortoises interface). |
Posted in
Exclude files from merge?
|
/project-1/ /project-1/tags/ /project-1/branches/ /project-1/trunk/ /project-2/ /project-2/tags |
Posted in
Advice on web development setup?
|
You should probably give each core project its own directory to live in. You can then make site dire |
Posted in
Advice on web development setup?
|