Hi,
First I imported my puppet code from puppet server to svn repository.
2nd I checkout the code from svn repository to remote server, where I am developing the code.After I editing the code I commited the code. and did svn up puppetlabs in remote server.
3rd After I did this, the code is getting update in svn repository.
4th to get update the code from svn repository to puppet server . I did svn update /etc/puppetlabs. But the code is not getting update from svn repository to puppet server
Let me know.
Help me