| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 7 months |
| seen | 23 hours ago | |
| stats | profile views | 4 |
|
Sep 26 |
awarded | Tumbleweed |
|
Sep 21 |
comment |
how to get partial update from subversion I will publish this working copy(D:\MyTest given in the commands above, this is location where i am fetching code) code to create build. Is this make sense? |
|
Sep 21 |
awarded | Commentator |
|
Sep 21 |
comment |
how to get partial update from subversion i want to make these changes in local working copy,I do not want to make changes in repository. So can i revert these from local working copy where i am fetching updates from SVN ? |
|
Sep 21 |
comment |
how to get partial update from subversion Yes, i want to exclude the changes of revision 5 and 6 in my working copy, but need changes of revision 3,4,7 in working copy. |
|
Sep 21 |
comment |
fetch code from svn on basis of commit is it possible that i mentioned in the question? |
|
Sep 21 |
comment |
Fetching code from SVN Dima..can you please look on to stackoverflow.com/questions/12513169/… |
|
Sep 21 |
comment |
fetch code from svn on basis of commit Yan, can you please look on to stackoverflow.com/questions/12513169/… |
|
Sep 21 |
suggested | suggested edit on subversion cherry picking |
|
Sep 20 |
awarded | Editor |
|
Sep 20 |
suggested | suggested edit on fetch code from svn on basis of commit |
|
Sep 20 |
revised |
how to get partial update from subversion added 45 characters in body |
|
Sep 20 |
asked | how to get partial update from subversion |
|
Sep 19 |
asked | fetch Partial Code for some updates from Vault |
|
Sep 19 |
comment |
fetch code from svn on basis of commit Is this scnerio possible with vault? |
|
Sep 17 |
asked | fetch code from svn on basis of commit |
|
Sep 17 |
comment |
Fetching code from SVN can you please tell me about Changesets and revision in SVN? Because i want to get the code on the basis of changesets.Read my question one more time. |
|
Sep 17 |
comment |
Fetching code from SVN Hi..here is the code of my ccnet.config...where i am entering revision number <tasks> <nant> <executable>D:\nant-0.92-bin\nant-0.92\bin\nant.exe</executable> <buildFile>D:\NANT_SCRIPTS\build.xml</buildFile> <buildTimeoutSeconds>120</buildTimeoutSeconds> <buildArgs>-D:Rev=$[Revision]</buildArgs> </nant> </tasks>and below is the code of fetching code from nant on basis of revision number <exec commandline="checkout testproject.repositoryhosting.com/svn/test/Mockups/Test@${Rev} D:\MyTest --username test --password dp" /> |
|
Sep 17 |
comment |
Fetching code from SVN here is the code of my ccnet.config...where i am entering revision number <tasks> <nant> <executable>D:\nant-0.92-bin\nant-0.92\bin\nant.exe</executable> <buildFile>D:\NANT_SCRIPTS\build.xml</buildFile> <buildTimeoutSeconds>120</buildTimeoutSeconds> <buildArgs>-D:Rev=$[Revision]</buildArgs> </nant> </tasks>and below is the code of fetching code from nant on basis of revision number <exec commandline="checkout testproject.repositoryhosting.com/svn/test/Mockups/Test@${Rev} D:\MyTest --username test --password dp" /> |
|
Sep 16 |
comment |
Fetching code from SVN Hi..Dima...how can we achieve using nant? I am also using nant. |