Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
5answers
201 views

Is it safe to track trunk in Django?

I'm currently using Django 1.1 beta for some personal projects, and plan to start messing arround with the trunk to see the new stuff under the hood. But I might start using it on a professional ...
1
vote
3answers
141 views

SVN Revert Trunk, remove a revision as if it never existed?

Is it possible in the svn server to remove a revision as if it never existed? So we have the following revisions: 1004 // Commit of some bogus code that broke the build and was just wrong 1003 // ...
1
vote
2answers
134 views

Tagging in Subversion - how do I make the decision about continuing to work on my trunk vs. the new tag?

I'm running Tortoise SVN to manage a project. Obviously the principles around tagging apply to any implementation of SVN but in this question I'll be referring to some TortoiseSVN-specific dialog ...
0
votes
0answers
26 views

how to sync all the trunk android apps from code google com

I think so many people would have got this doubt, how to sync all the trunk android apps in the code.google.com. I tried my level best googling in the stack overflow and google search, but every time ...
0
votes
1answer
672 views

How to move a branch in SVN to trunk?

how can I move a SVN branch into trunk ? The problem I face is, that if I do a move command in SVN (command line or inside Eclipse) I only can move the branch folder into trunk, resulting to have ...